Uses of Enum Class
org.wso2.carbon.utils.security.KeystoreUtils.StoreFileType
Packages that use KeystoreUtils.StoreFileType
-
Uses of KeystoreUtils.StoreFileType in org.wso2.carbon.utils.security
Methods in org.wso2.carbon.utils.security that return KeystoreUtils.StoreFileTypeModifier and TypeMethodDescriptionstatic KeystoreUtils.StoreFileTypeReturns the enum constant of this class with the specified name.static KeystoreUtils.StoreFileType[]KeystoreUtils.StoreFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wso2.carbon.utils.security with parameters of type KeystoreUtils.StoreFileTypeModifier and TypeMethodDescriptionstatic StringKeystoreUtils.StoreFileType.getExtension(KeystoreUtils.StoreFileType tileType) Get extension of the store file type (ex: .jks, .p12).