|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gnu.crypto.keyring.Entry | +--gnu.crypto.keyring.EnvelopeEntry | +--gnu.crypto.keyring.CompressedEntry
Field Summary | |
---|---|
static int |
TYPE
|
Fields inherited from class gnu.crypto.keyring.EnvelopeEntry |
---|
containingEnvelope, entries |
Fields inherited from class gnu.crypto.keyring.Entry |
---|
payload, properties, type |
Constructor Summary | |
---|---|
CompressedEntry(Properties properties)
|
Method Summary | |
---|---|
static CompressedEntry |
decode(java.io.DataInputStream in)
|
protected void |
encodePayload()
This method is called of subclasses when the payload data needs to be created. |
Methods inherited from class gnu.crypto.keyring.EnvelopeEntry |
---|
add, containsAlias, containsEntry, decodeEnvelope, get, getAliasList, getEntries, remove, remove, setContainingEnvelope |
Methods inherited from class gnu.crypto.keyring.Entry |
---|
defaultDecode, encode, getPayload, getProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TYPE
Constructor Detail |
public CompressedEntry(Properties properties)
Method Detail |
public static CompressedEntry decode(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
protected void encodePayload() throws java.io.IOException
Entry
encodePayload
in class EnvelopeEntry
java.io.IOException
- If an encoding error occurs.
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |