Uses of Enum Class
org.summerboot.jexpress.security.EncryptorUtil.KeyFileType
Packages that use EncryptorUtil.KeyFileType
-
Uses of EncryptorUtil.KeyFileType in org.summerboot.jexpress.security
Subclasses with type arguments of type EncryptorUtil.KeyFileType in org.summerboot.jexpress.securityMethods in org.summerboot.jexpress.security that return EncryptorUtil.KeyFileTypeModifier and TypeMethodDescriptionstatic EncryptorUtil.KeyFileTypeReturns the enum constant of this class with the specified name.static EncryptorUtil.KeyFileType[]EncryptorUtil.KeyFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.summerboot.jexpress.security with parameters of type EncryptorUtil.KeyFileTypeModifier and TypeMethodDescriptionstatic KeyPairEncryptorUtil.loadKeyPair(EncryptorUtil.KeyFileType fileType, File keystoreFile, char[] keyStorePwd, String alias, char[] privateKeyPwd) static PublicKeyEncryptorUtil.loadPublicKey(EncryptorUtil.KeyFileType fileType, File publicKeyFile) static PublicKeyEncryptorUtil.loadPublicKey(EncryptorUtil.KeyFileType fileType, File publicKeyFile, String algorithm)