Uses of Enum Class
com.bld.crypto.type.CryptoType
Packages that use CryptoType
-
Uses of CryptoType in com.bld.crypto.jks
Methods in com.bld.crypto.jks with parameters of type CryptoTypeModifier and TypeMethodDescription<T> TCryptoJksUtils.decryptObject(String value, Class<T> response, CryptoType cryptoType) Decrypt object.CryptoJksUtils.decryptUri(String value, CryptoType cryptoType) Decrypt uri.CryptoJksUtils.decryptValue(String value, CryptoType cryptoType) Decrypt value.CryptoJksUtils.encryptObject(Object value, CryptoType cryptoType) Encrypt object.CryptoJksUtils.encryptObjectUri(Object value, CryptoType cryptoType) Encrypt object uri.CryptoJksUtils.encryptUri(String value, CryptoType cryptoType) Encrypt uri.CryptoJksUtils.encryptValue(String value, CryptoType cryptoType) Encrypt value. -
Uses of CryptoType in com.bld.crypto.type
Methods in com.bld.crypto.type that return CryptoTypeModifier and TypeMethodDescriptionstatic CryptoTypeReturns the enum constant of this class with the specified name.static CryptoType[]CryptoType.values()Returns an array containing the constants of this enum class, in the order they are declared.