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