gnu.crypto.pki

Class X509CertPath


public class X509CertPath
extends CertPath

A certificate path (or certificate chain) of X509Certificates.
Author:
Casey Marshall (rsdio@metastatic.org)

Field Summary

static List
ENCODINGS

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()

Field Details

ENCODINGS

public static final List ENCODINGS

Constructor Details

X509CertPath

public X509CertPath(InputStream in)
            throws CertificateEncodingException

X509CertPath

public X509CertPath(InputStream in,
                    String encoding)
            throws CertificateEncodingException

X509CertPath

public X509CertPath(List path)

Method Details

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.