gnu.crypto.pki
Class X509CertPath
CertPath
gnu.crypto.pki.X509CertPath
public class X509CertPath
extends CertPath
A certificate path (or certificate chain) of X509Certificates.
- Casey Marshall (rsdio@metastatic.org)
ENCODINGS
public static final List ENCODINGS
X509CertPath
public X509CertPath(InputStream in)
throws CertificateEncodingException
X509CertPath
public X509CertPath(InputStream in,
String encoding)
throws CertificateEncodingException
X509CertPath
public X509CertPath(List path)
getCertificates
public List getCertificates()
getEncoded
public byte[] getEncoded()
throws CertificateEncodingException
getEncoded
public byte[] getEncoded(String encoding)
throws CertificateEncodingException
getEncodings
public Iterator getEncodings()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.