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 Stringbyte[]Encryptor.decryptUnencodedAsBytes(Key key, byte[] encryptedBytes) static byte[]EncryptorUtil.decryptUnencodedAsBytes(Key key, byte[] encryptedBytes) static Stringbyte[]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 KeyEncryptorUtil.generateKey()