public class StandardDecryptionMaterial extends DecryptionMaterial
Constructor and Description |
---|
StandardDecryptionMaterial(String pwd)
Create a new standard decryption material with the given password.
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the password.
|
public StandardDecryptionMaterial(String pwd)
pwd
- The password.public String getPassword()
Revision 4.1.0 / 20220624-0454