|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ keyring overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.crypto.keyring
Class PublicKeyEntry

java.lang.Objectgnu.javax.crypto.keyring.Entry
gnu.javax.crypto.keyring.PrimitiveEntry
gnu.javax.crypto.keyring.PublicKeyEntry
- public final class PublicKeyEntry
- extends PrimitiveEntry
Field Summary | |
private java.security.PublicKey |
key
|
static int |
TYPE
|
Fields inherited from class gnu.javax.crypto.keyring.PrimitiveEntry |
creationDate |
Fields inherited from class gnu.javax.crypto.keyring.Entry |
payload, properties, type |
Constructor Summary | |
private |
PublicKeyEntry()
|
|
PublicKeyEntry(java.security.PublicKey key,
java.util.Date creationDate,
Properties properties)
|
Method Summary | |
static PublicKeyEntry |
decode(java.io.DataInputStream in)
|
protected void |
encodePayload()
This method is called of subclasses when the payload data needs to be created. |
java.security.PublicKey |
getKey()
Returns the public key. |
Methods inherited from class gnu.javax.crypto.keyring.PrimitiveEntry |
equals, getAlias, getCreationDate, makeCreationDate |
Methods inherited from class gnu.javax.crypto.keyring.Entry |
defaultDecode, encode, getPayload, getProperties |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
key
private java.security.PublicKey key
Constructor Detail |
PublicKeyEntry
public PublicKeyEntry(java.security.PublicKey key, java.util.Date creationDate, Properties properties)
PublicKeyEntry
private PublicKeyEntry()
Method Detail |
decode
public static PublicKeyEntry decode(java.io.DataInputStream in) throws java.io.IOException
getKey
public java.security.PublicKey getKey()
- Returns the public key.
encodePayload
protected void encodePayload() throws java.io.IOException
- Description copied from class:
Entry
- This method is called of subclasses when the payload data needs to be
created.
- Specified by:
encodePayload
in classEntry
|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ keyring overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |