Encapsulates a public key together with some comment (textual description) that describes it (like type, owner, time-stamp etc.) More...
Public Member Functions | |
NamedPublicKey (PublicKey publicKey, String comment) | |
Constructs object. | |
Public Attributes | |
PublicKey | publicKey |
Encapsulated public key. | |
String | comment |
The description of the public key, e.g. | |
Static Private Attributes | |
static final long | serialVersionUID = -1173558142358298160L |
Implements java.io.Serializable interface. |
Encapsulates a public key together with some comment (textual description) that describes it (like type, owner, time-stamp etc.)
Definition at line 11 of file NamedPublicKey.java.
crypto.NamedPublicKey.NamedPublicKey | ( | PublicKey | publicKey, |
String | comment | ||
) |
Constructs object.
Definition at line 31 of file NamedPublicKey.java.
References crypto.NamedPublicKey.comment, and crypto.NamedPublicKey.publicKey.
The description of the public key, e.g.
owner, timestamp etc.
Definition at line 26 of file NamedPublicKey.java.
Referenced by crypto.PublicEncryptor.loadAuthorizedPublicKeys(), and crypto.NamedPublicKey.NamedPublicKey().
PublicKey crypto.NamedPublicKey.publicKey |
Encapsulated public key.
Definition at line 21 of file NamedPublicKey.java.
Referenced by crypto.NamedPublicKey.NamedPublicKey().
final long crypto.NamedPublicKey.serialVersionUID = -1173558142358298160L [static, private] |
Implements java.io.Serializable interface.
Definition at line 16 of file NamedPublicKey.java.