Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls.PathType
Package
Description
-
Uses of PathType in org.opendaylight.protocol.pcep.impl.tls
Modifier and TypeMethodDescriptionstatic InputStream
SslKeyStore.asInputStream
(String filename, PathType pathType) InputStream instance of key - key location is on classpath or specific path. -
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112
Modifier and TypeMethodDescriptionPcepSessionTls.getKeystorePathType()
Return keystorePathType, ornull
if it is not present.PcepSessionTls.getTruststorePathType()
Return truststorePathType, ornull
if it is not present.default @NonNull PathType
PcepSessionTls.requireKeystorePathType()
Return keystorePathType, guaranteed to be non-null.default @NonNull PathType
PcepSessionTls.requireTruststorePathType()
Return truststorePathType, guaranteed to be non-null. -
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config
Modifier and TypeMethodDescriptionTlsBuilder.getKeystorePathType()
Return current value associated with the property corresponding toPcepSessionTls.getKeystorePathType()
.TlsBuilder.getTruststorePathType()
Return current value associated with the property corresponding toPcepSessionTls.getTruststorePathType()
.Modifier and TypeMethodDescriptionTlsBuilder.setKeystorePathType
(PathType value) Set the property corresponding toPcepSessionTls.getKeystorePathType()
to the specified value.TlsBuilder.setTruststorePathType
(PathType value) Set the property corresponding toPcepSessionTls.getTruststorePathType()
to the specified value. -
Uses of PathType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls
Modifier and TypeMethodDescriptionstatic @Nullable PathType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable PathType
PathType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static @NonNull PathType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull PathType
PathType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static PathType
Returns the enum constant of this class with the specified name.static PathType[]
PathType.values()
Returns an array containing the constants of this enum class, in the order they are declared.