Bouncy Castle Cryptography 1.11 API Specification: Interface BrokenPBE
org.bouncycastle.jce.provider
Interface BrokenPBE
- All Known Implementing Classes:
- BrokenJCEBlockCipher
- public interface BrokenPBE
Inner Class Summary |
static class |
BrokenPBE.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
PKCS5S1
public static final int PKCS5S1
PKCS5S2
public static final int PKCS5S2
PKCS12
public static final int PKCS12
OLD_PKCS12
public static final int OLD_PKCS12
|