gnu.crypto.pki.provider
Class X509CertificateFactory
java.lang.Object
java.security.cert.CertificateFactorySpi
gnu.crypto.pki.provider.X509CertificateFactory
- public class X509CertificateFactory
- extends CertificateFactorySpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEGIN_CERTIFICATE
public static final String BEGIN_CERTIFICATE
- See Also:
- Constant Field Values
END_CERTIFICATE
public static final String END_CERTIFICATE
- See Also:
- Constant Field Values
BEGIN_X509_CRL
public static final String BEGIN_X509_CRL
- See Also:
- Constant Field Values
END_X509_CRL
public static final String END_X509_CRL
- See Also:
- Constant Field Values
X509CertificateFactory
public X509CertificateFactory()
engineGenerateCertificate
public Certificate engineGenerateCertificate(InputStream inStream)
throws CertificateException
- Throws:
CertificateException
engineGenerateCertificates
public Collection engineGenerateCertificates(InputStream inStream)
throws CertificateException
- Throws:
CertificateException
engineGenerateCRL
public CRL engineGenerateCRL(InputStream inStream)
throws CRLException
- Throws:
CRLException
engineGenerateCRLs
public Collection engineGenerateCRLs(InputStream inStream)
throws CRLException
- Throws:
CRLException
engineGenerateCertPath
public CertPath engineGenerateCertPath(List certs)
engineGenerateCertPath
public CertPath engineGenerateCertPath(InputStream in)
throws CertificateEncodingException
- Throws:
CertificateEncodingException
engineGenerateCertPath
public CertPath engineGenerateCertPath(InputStream in,
String encoding)
throws CertificateEncodingException
- Throws:
CertificateEncodingException
engineGetCertPathEncodings
public Iterator engineGetCertPathEncodings()
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.