Uses of Enum
com.yoti.crypto.CipherType
Packages that use CipherType
-
Uses of CipherType in com.yoti.crypto
Methods in com.yoti.crypto that return CipherTypeModifier and TypeMethodDescriptionstatic CipherTypeReturns the enum constant of this type with the specified name.static CipherType[]CipherType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yoti.crypto with parameters of type CipherTypeModifier and TypeMethodDescriptionstatic byte[]Crypto.decrypt(byte[] msg, byte[] key, IvParameterSpec iv, CipherType transformation) static byte[]Crypto.decrypt(byte[] msg, PrivateKey key, CipherType transformation) static byte[]Crypto.decrypt(byte[] msg, SecretKeySpec key, IvParameterSpec iv, CipherType transformation)