public class StandardDecryptionMaterial extends DecryptionMaterial
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
password |
Constructor and Description |
---|
StandardDecryptionMaterial(java.lang.String pwd)
Create a new standard decryption material with the given password.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassword()
Returns the password.
|