Class PBETest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.jce.provider.test.PBETest
- All Implemented Interfaces:
Test
test out the various PBE modes, making sure the JCE implementations
are compatible woth the light weight ones.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
static void
void
void
void
void
testPBEHMac
(String hmacName, byte[] output) void
testPBEonSecretKeyHmac
(String hmacName, byte[] output) void
testPKCS12HMac
(String hmacName, byte[] output)
-
Constructor Details
-
PBETest
public PBETest()
-
-
Method Details
-
testPBEHMac
-
testPKCS12HMac
-
testPBEonSecretKeyHmac
-
testNullSalt
- Throws:
Exception
-
performTest
- Specified by:
performTest
in classSimpleTest
- Throws:
Exception
-
testMixedKeyTypes
- Throws:
Exception
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
main
-