Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.StoreType
-
-
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return StoreType Modifier and Type Method Description static StoreTypeStoreType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static StoreTypeStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreType[]StoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return types with arguments of type StoreType Modifier and Type Method Description static Optional<StoreType>StoreType. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config that return StoreType Modifier and Type Method Description @Nullable StoreTypeTls. getKeystoreType()keystore type (JKS or PKCS12)StoreTypeTlsBuilder. getKeystoreType()@Nullable StoreTypeTls. getTruststoreType()truststore type (JKS or PKCS12)StoreTypeTlsBuilder. getTruststoreType()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with parameters of type StoreType Modifier and Type Method Description TlsBuilderTlsBuilder. setKeystoreType(StoreType value)TlsBuilderTlsBuilder. setTruststoreType(StoreType value)
-