Uses of Class
com.liferay.portal.kernel.encryptor.EncryptorException
Packages that use EncryptorException
-
Uses of EncryptorException in com.liferay.portal.kernel.encryptor
Methods in com.liferay.portal.kernel.encryptor that throw EncryptorExceptionModifier and TypeMethodDescriptionstatic String
byte[]
Encryptor.decryptUnencodedAsBytes
(Key key, byte[] encryptedBytes) static byte[]
EncryptorUtil.decryptUnencodedAsBytes
(Key key, byte[] encryptedBytes) static String
byte[]
Encryptor.encryptUnencoded
(Key key, byte[] plainBytes) byte[]
Encryptor.encryptUnencoded
(Key key, String plainText) static byte[]
EncryptorUtil.encryptUnencoded
(Key key, byte[] plainBytes) static byte[]
EncryptorUtil.encryptUnencoded
(Key key, String plainText) Encryptor.generateKey()
static Key
EncryptorUtil.generateKey()