Uses of Enum Class
com.bld.crypto.type.InstanceType
Packages that use InstanceType
-
Uses of InstanceType in com.bld.crypto.bean
Methods in com.bld.crypto.bean with parameters of type InstanceTypeModifier and TypeMethodDescriptionCryptoKeyUtils.decryptValue(String value, Key key, InstanceType instanceType) Decrypt value.static StringCryptoKeyUtils.encryptValue(String value, Key key, InstanceType instanceType) Encrypt value.protected static CipherCryptoKeyUtils.getCipher(int mode, Key key, InstanceType instanceType) Gets the cipher. -
Uses of InstanceType in com.bld.crypto.type
Methods in com.bld.crypto.type that return InstanceTypeModifier and TypeMethodDescriptionstatic InstanceTypeReturns the enum constant of this class with the specified name.static InstanceType[]InstanceType.values()Returns an array containing the constants of this enum class, in the order they are declared.