Bouncy Castle Cryptography 1.11 API Specification: Interface PBE
org.bouncycastle.jce.provider
Interface PBE
- All Known Implementing Classes:
- JCEMac, JCEStreamCipher, WrapCipherSpi, JCEBlockCipher
- public interface PBE
Inner Class Summary |
static class |
PBE.Util
uses the appropriate mixer to generate the key and IV if neccessary. |
MD5
public static final int MD5
SHA1
public static final int SHA1
RIPEMD160
public static final int RIPEMD160
TIGER
public static final int TIGER
PKCS5S1
public static final int PKCS5S1
PKCS5S2
public static final int PKCS5S2
PKCS12
public static final int PKCS12
|