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 classAesEncryptorUtility class providing symmetric AES encryption/decryption.classBlowfishA class that provides easy Blowfish encryption.Methods in org.jivesoftware.util that return Encryptor Modifier and Type Method Description static EncryptorJiveGlobals. getPropertyEncryptor()Fetches the current property encryptor.static EncryptorJiveGlobals. getPropertyEncryptor(boolean useNewEncryptor)Fetches the property encryptor.
-