Uses of Class
com.logicaldoc.util.security.StringEncrypter.EncryptionException
-
Packages that use StringEncrypter.EncryptionException Package Description com.logicaldoc.util.security Utility classes to manage certificates and general security-related tasks -
-
Uses of StringEncrypter.EncryptionException in com.logicaldoc.util.security
Methods in com.logicaldoc.util.security that throw StringEncrypter.EncryptionException Modifier and Type Method Description String
StringEncrypter. decrypt(String encryptedString)
String
StringEncrypter. encrypt(String unencryptedString)
Constructors in com.logicaldoc.util.security that throw StringEncrypter.EncryptionException Constructor Description StringEncrypter(String encryptionScheme)
StringEncrypter(String encryptionScheme, String encryptionKey)
-