gnu.crypto.keyring

Class CertPathEntry

public final class CertPathEntry extends PrimitiveEntry

A primitive entry that contains a path of X.509 certificates.
Field Summary
static intTYPE
Constructor Summary
CertPathEntry(Certificate[] path, Date creationDate, Properties properties)
Method Summary
static CertPathEntrydecode(DataInputStream in)
protected voidencodePayload()
Certificate[]getCertPath()

Field Detail

TYPE

public static final int TYPE

Constructor Detail

CertPathEntry

public CertPathEntry(Certificate[] path, Date creationDate, Properties properties)

Method Detail

decode

public static CertPathEntry decode(DataInputStream in)

encodePayload

protected void encodePayload()

getCertPath

public Certificate[] getCertPath()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.