gnu.crypto.keyring

Class 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(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, encodePayload, get, getAliasList, getEntries, remove, remove, setContainingEnvelope

Methods inherited from class gnu.crypto.keyring.Entry

defaultDecode, encode, encodePayload, getPayload, getProperties

Field Details

TYPE

public static final int TYPE

Field Value:
4

Constructor Details

CompressedEntry

public CompressedEntry(Properties properties)

Method Details

decode

public static CompressedEntry decode(DataInputStream in)
            throws IOException


encodePayload

protected void encodePayload()
            throws IOException
This method is called of subclasses when the payload data needs to be created.
Overrides:
encodePayload in interface EnvelopeEntry


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