Package org.bouncycastle.jce.provider
Interface BrokenPBE
- All Known Implementing Classes:
BrokenJCEBlockCipher
,BrokenJCEBlockCipher.BrokePBEWithMD5AndDES
,BrokenJCEBlockCipher.BrokePBEWithSHA1AndDES
,BrokenJCEBlockCipher.BrokePBEWithSHAAndDES2Key
,BrokenJCEBlockCipher.BrokePBEWithSHAAndDES3Key
,BrokenJCEBlockCipher.OldPBEWithSHAAndDES3Key
,BrokenJCEBlockCipher.OldPBEWithSHAAndTwofish
public interface BrokenPBE
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
uses the appropriate mixer to generate the key and IV if neccessary. -
Field Summary
Fields
-
Field Details
-
MD5
static final int MD5- See Also:
-
SHA1
static final int SHA1- See Also:
-
RIPEMD160
static final int RIPEMD160- See Also:
-
PKCS5S1
static final int PKCS5S1- See Also:
-
PKCS5S2
static final int PKCS5S2- See Also:
-
PKCS12
static final int PKCS12- See Also:
-
OLD_PKCS12
static final int OLD_PKCS12- See Also:
-