gnu.crypto.keyring
Class CertPathEntry
public final class CertPathEntry
A primitive entry that contains a path of X.509 certificates.
TYPE
public static final int TYPE
- 8
CertPathEntry
public CertPathEntry(Certificate[] path,
Date creationDate,
Properties properties)
decode
public static CertPathEntry 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.
- encodePayload in interface Entry
getCertPath
public Certificate[] getCertPath()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.