Uses of Class
com.bld.crypto.type.CryptoType
-
Packages that use CryptoType Package Description com.bld.crypto.jks com.bld.crypto.jks.annotation com.bld.crypto.type -
-
Uses of CryptoType in com.bld.crypto.jks
Methods in com.bld.crypto.jks with parameters of type CryptoType Modifier and Type Method Description <T> TCryptoJksUtils. decryptObject(String value, Class<T> response, CryptoType cryptoType)Decrypt object.StringCryptoJksUtils. decryptUri(String value, CryptoType cryptoType)Decrypt uri.StringCryptoJksUtils. decryptValue(String value, CryptoType cryptoType)Decrypt value.StringCryptoJksUtils. encryptObject(Object value, CryptoType cryptoType)Encrypt object.StringCryptoJksUtils. encryptObjectUri(Object value, CryptoType cryptoType)Encrypt object uri.StringCryptoJksUtils. encryptUri(String value, CryptoType cryptoType)Encrypt uri.StringCryptoJksUtils. encryptValue(String value, CryptoType cryptoType)Encrypt value. -
Uses of CryptoType in com.bld.crypto.jks.annotation
Methods in com.bld.crypto.jks.annotation that return CryptoType Modifier and Type Method Description CryptoTypedecrypt()Decrypt.CryptoTypeencrypt()Encrypt. -
Uses of CryptoType in com.bld.crypto.type
Methods in com.bld.crypto.type that return CryptoType Modifier and Type Method Description static CryptoTypeCryptoType. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoType[]CryptoType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-