Bouncy Castle Cryptography Library 1.37

org.bouncycastle.jce.provider
Interface PBE

All Known Implementing Classes:
JCEBlockCipher, JCEMac, JCESecretKeyFactory, JCEStreamCipher, WrapCipherSpi

public interface PBE


Nested Class Summary
static class PBE.Util
          uses the appropriate mixer to generate the key and IV if neccessary.
 
Field Summary
static int MD5
           
static int OPENSSL
           
static int PKCS12
           
static int PKCS5S1
           
static int PKCS5S2
           
static int RIPEMD160
           
static int SHA1
           
static int SHA256
           
static int TIGER
           
 

Field Detail

MD5

public static final int MD5
See Also:
Constant Field Values

SHA1

public static final int SHA1
See Also:
Constant Field Values

RIPEMD160

public static final int RIPEMD160
See Also:
Constant Field Values

TIGER

public static final int TIGER
See Also:
Constant Field Values

SHA256

public static final int SHA256
See Also:
Constant Field Values

PKCS5S1

public static final int PKCS5S1
See Also:
Constant Field Values

PKCS5S2

public static final int PKCS5S2
See Also:
Constant Field Values

PKCS12

public static final int PKCS12
See Also:
Constant Field Values

OPENSSL

public static final int OPENSSL
See Also:
Constant Field Values

Bouncy Castle Cryptography Library 1.37