public interface PgpPrivateKey extends PgpBaseKey
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword()
Returns the password that provides access to the private key.
|
void |
setPassword(java.lang.String password)
Sets the password that provides access to the private key.
|
clone, getKeyType, setKeyTypejava.lang.String getPassword()
void setPassword(java.lang.String password)
password - The password that provides access to the private key.© 2000-2025 Flux Corporation. All rights reserved.