All Known Implementing Classes:
AES.CBC, AES.CFB, AES.ECB, AES.OFB, AES.PBEWithAESCBC, AES.PBEWithMD5And128BitAESCBCOpenSSL, AES.PBEWithMD5And192BitAESCBCOpenSSL, AES.PBEWithMD5And256BitAESCBCOpenSSL, AES.PBEWithSHA256And128BitAESBC, AES.PBEWithSHA256And192BitAESBC, AES.PBEWithSHA256And256BitAESBC, AES.PBEWithSHAAnd128BitAESBC, AES.PBEWithSHAAnd192BitAESBC, AES.PBEWithSHAAnd256BitAESBC, AES.Wrap, ARC4.Base, ARC4.PBEWithSHAAnd128Bit, ARC4.PBEWithSHAAnd128BitKeyFactory, ARC4.PBEWithSHAAnd40Bit, ARC4.PBEWithSHAAnd40BitKeyFactory, BaseBlockCipher, BaseMac, BaseSecretKeyFactory, BaseStreamCipher, BaseWrapCipher, Blowfish.CBC, Blowfish.ECB, DES.CBC, DES.CBCMAC, DES.DES64, DES.DES64with7816d4, DES.DESPBEKeyFactory, DES.ECB, DES.KeyFactory, DES.PBEWithMD5, DES.PBEWithMD5KeyFactory, DES.PBEWithSHA1, DES.PBEWithSHA1KeyFactory, DESede.CBC, DESede.CBCMAC, DESede.DESede64, DESede.DESede64with7816d4, DESede.ECB, DESede.KeyFactory, DESede.PBEWithSHAAndDES2Key, DESede.PBEWithSHAAndDES2KeyFactory, DESede.PBEWithSHAAndDES3Key, DESede.PBEWithSHAAndDES3KeyFactory, DESede.Wrap, JCEStreamCipher, MD5.HashMac, PBESecretKeyFactory, RC2.PBEWithMD5AndRC2, RC2.PBEWithMD5KeyFactory, RC2.PBEWithSHA1AndRC2, RC2.PBEWithSHA1KeyFactory, RC2.PBEWithSHAAnd128BitKeyFactory, RC2.PBEWithSHAAnd128BitRC2, RC2.PBEWithSHAAnd40BitKeyFactory, RC2.PBEWithSHAAnd40BitRC2, SHA1.BasePBKDF2WithHmacSHA1, SHA1.HashMac, SHA1.PBEWithMacKeyFactory, SHA1.PBKDF2WithHmacSHA18BIT, SHA1.PBKDF2WithHmacSHA1UTF8, SHA1.SHA1Mac, SHA256.HashMac, SHA384.HashMac, SHA512.HashMac, Twofish.PBEWithSHA, Twofish.PBEWithSHAKeyFactory

public interface PBE
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  PBE.Util
    uses the appropriate mixer to generate the key and IV if necessary.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int MD5  
    static int OPENSSL  
    static int PKCS12  
    static int PKCS5S1  
    static int PKCS5S1_UTF8  
    static int PKCS5S2  
    static int PKCS5S2_UTF8  
    static int SHA1  
    static int SHA256