public class PBES2EncryptionScheme extends AbstractEncryptionScheme
Constructor and Description |
---|
PBES2EncryptionScheme(org.bouncycastle.asn1.pkcs.PBES2Parameters params,
char[] password)
Creates a new instance with the given parameters.
|
public PBES2EncryptionScheme(org.bouncycastle.asn1.pkcs.PBES2Parameters params, char[] password)
params
- PBES2 parameters describing the key derivation function and encryption scheme.password
- Password used to derive key.Copyright © 2003-2024 Virginia Tech. All Rights Reserved.