public interface PgpKeyPair
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description for this key pair.
|
java.lang.String |
getName()
Returns the name for this key pair.
|
PgpPrivateKey |
getPrivateKey()
Returns the PGP private key for this key pair.
|
PgpPublicKey |
getPublicKey()
Returns the PGP public key for this key pair.
|
java.lang.String getDescription()
PgpPublicKey getPublicKey()
PgpPrivateKey getPrivateKey()
java.lang.String getName()
© 2000-2025 Flux Corporation. All rights reserved.