Class PKCS5Test

java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.PKCS5Test
All Implemented Interfaces:
Test

public class PKCS5Test extends SimpleTest
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.