public interface PgpBaseKey
extends java.lang.Cloneable, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
PgpKeyType |
getKeyType()
Returns the kind of PGP key for this key.
|
void |
setKeyType(PgpKeyType keyType)
Sets the kind of PGP key for this key.
|
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
PgpKeyType getKeyType()
void setKeyType(PgpKeyType keyType)
keyType
- The kind of PGP key for this key.© 2000-2025 Flux Corporation. All rights reserved.