Uses of Interface
org.jivesoftware.util.Encryptor
-
Packages that use Encryptor Package Description org.jivesoftware.util Utility classes. -
-
Uses of Encryptor in org.jivesoftware.util
Classes in org.jivesoftware.util that implement Encryptor Modifier and Type Class Description class
AesEncryptor
Utility class providing symmetric AES encryption/decryption.class
Blowfish
A class that provides easy Blowfish encryption.Methods in org.jivesoftware.util that return Encryptor Modifier and Type Method Description static Encryptor
JiveGlobals. getPropertyEncryptor()
Fetches the current property encryptor.static Encryptor
JiveGlobals. getPropertyEncryptor(boolean useNewEncryptor)
Fetches the property encryptor.
-