For the latest news and information visit
The GNU Crypto project

gnu.crypto.keyring
Class CompressedEntry

java.lang.Object
  extended bygnu.crypto.keyring.Entry
      extended bygnu.crypto.keyring.EnvelopeEntry
          extended bygnu.crypto.keyring.CompressedEntry

public class CompressedEntry
extends EnvelopeEntry


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

TYPE

public static final int TYPE
See Also:
Constant Field Values
Constructor Detail

CompressedEntry

public CompressedEntry(Properties properties)
Method Detail

decode

public static CompressedEntry decode(java.io.DataInputStream in)
                              throws java.io.IOException
Throws:
java.io.IOException

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.

Overrides:
encodePayload in class EnvelopeEntry
Throws:
java.io.IOException

For the latest news and information visit
The GNU Crypto project

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.