gnu.crypto.keyring
Class CompressedEntry
java.lang.Object
gnu.crypto.keyring.Entry
gnu.crypto.keyring.EnvelopeEntry
gnu.crypto.keyring.CompressedEntry
public class CompressedEntry
- extends EnvelopeEntry
Field Summary |
static int |
TYPE
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
CompressedEntry
public CompressedEntry(Properties properties)
decode
public static CompressedEntry decode(DataInputStream in)
throws IOException
- Throws:
IOException
encodePayload
protected void encodePayload()
throws IOException
- Description copied from class:
Entry
- This method is called of subclasses when the payload data needs to be
created.
- Overrides:
encodePayload
in class EnvelopeEntry
- Throws:
IOException
- If an encoding error occurs.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.