Uses of Interface
org.jasypt.encryption.pbe.PBEStringEncryptor
Packages that use PBEStringEncryptor
-
Uses of PBEStringEncryptor in org.jasypt.encryption.pbe
Subinterfaces of PBEStringEncryptor in org.jasypt.encryption.pbeModifier and TypeInterfaceDescriptioninterfaceCommon interface for all Password Based Encryptors which receive a String message and return a String result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings).Classes in org.jasypt.encryption.pbe that implement PBEStringEncryptorModifier and TypeClassDescriptionfinal classPooled implementation ofPBEStringEncryptorthat in fact contains an array ofStandardPBEStringEncryptorobjects which are used to attend encrypt and decrypt requests in round-robin.final classStandard implementation of thePBEStringEncryptorinterface.