For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki
Class X509CertPath

java.lang.Object
  extended byjava.security.cert.CertPath
      extended bygnu.crypto.pki.X509CertPath
All Implemented Interfaces:
Serializable

public class X509CertPath
extends CertPath

A certificate path (or certificate chain) of X509Certificates.

Author:
Casey Marshall (rsdio@metastatic.org)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.security.cert.CertPath
CertPath.CertPathRep
 
Field Summary
static List ENCODINGS
           
 
Fields inherited from class java.security.cert.CertPath
 
Constructor Summary
X509CertPath(InputStream in)
           
X509CertPath(InputStream in, String encoding)
           
X509CertPath(List path)
           
 
Method Summary
 List getCertificates()
           
 byte[] getEncoded()
           
 byte[] getEncoded(String encoding)
           
 Iterator getEncodings()
           
 
Methods inherited from class java.security.cert.CertPath
equals, getType, hashCode, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ENCODINGS

public static final List ENCODINGS
Constructor Detail

X509CertPath

public X509CertPath(List path)

X509CertPath

public X509CertPath(InputStream in)
             throws CertificateEncodingException

X509CertPath

public X509CertPath(InputStream in,
                    String encoding)
             throws CertificateEncodingException
Method Detail

getCertificates

public List getCertificates()

getEncoded

public byte[] getEncoded()
                  throws CertificateEncodingException
Throws:
CertificateEncodingException

getEncoded

public byte[] getEncoded(String encoding)
                  throws CertificateEncodingException
Throws:
CertificateEncodingException

getEncodings

public Iterator getEncodings()

For the latest news and information visit
The GNU Crypto project

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