Package org.bouncycastle.crypto.test
Class PKCS5Test
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.PKCS5Test
- All Implemented Interfaces:
Test
A test class for PKCS5 PBES2 with PBKDF2 (PKCS5 v2.0) using
test vectors provider at
RSA's PKCS5 Page
The vectors are Base 64 encoded and encrypted using the password "password" (without quotes). They should all yield the same PrivateKeyInfo object.
The vectors are Base 64 encoded and encrypted using the password "password" (without quotes). They should all yield the same PrivateKeyInfo object.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PKCS5Test
public PKCS5Test()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
performTest
- Specified by:
performTest
in classSimpleTest
- Throws:
Exception
-
main
-