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 voidvoidvoidvoidvoidtestPBEHMac(String hmacName, byte[] output) voidtestPBEonSecretKeyHmac(String hmacName, byte[] output) voidtestPKCS12HMac(String hmacName, byte[] output)
-
Constructor Details
-
PBETest
public PBETest()
-
-
Method Details
-
testPBEHMac
-
testPKCS12HMac
-
testPBEonSecretKeyHmac
-
testNullSalt
- Throws:
Exception
-
performTest
- Specified by:
performTestin classSimpleTest- Throws:
Exception
-
testMixedKeyTypes
- Throws:
Exception
-
getName
- Specified by:
getNamein interfaceTest- Specified by:
getNamein classSimpleTest
-
main
-