|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.cert.CertificateFactorySpi
org.bouncycastle.jce.provider.JDKX509CertificateFactory
class for dealing with X509 certificates.
At the moment this will deal with "-----BEGIN CERTIFICATE-----" to "-----END CERTIFICATE-----" base 64 encoded certs, as well as the BER binaries of certificates and some classes of PKCS#7 objects.
| Constructor Summary | |
JDKX509CertificateFactory()
|
|
| Method Summary | |
Certificate |
engineGenerateCertificate(java.io.InputStream in)
Generates a certificate object and initializes it with the data read from the input stream inStream. |
Collection |
engineGenerateCertificates(java.io.InputStream inStream)
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream. |
CertPath |
engineGenerateCertPath(java.io.InputStream inStream)
Generates a CertPath object and initializes it with
the data read from the InputStream inStream. |
CertPath |
engineGenerateCertPath(java.io.InputStream inStream,
java.lang.String encoding)
Generates a CertPath object and initializes it with
the data read from the InputStream inStream. |
CertPath |
engineGenerateCertPath(List certificates)
Generates a CertPath object and initializes it with
a List of Certificates.The certificates supplied must be of a type supported by the CertificateFactory. |
CRL |
engineGenerateCRL(java.io.InputStream inStream)
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream. |
Collection |
engineGenerateCRLs(java.io.InputStream inStream)
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream. |
Iterator |
engineGetCertPathEncodings()
Returns an iteration of the CertPath encodings supported
by this certificate factory, with the default encoding first. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JDKX509CertificateFactory()
| Method Detail |
public Certificate engineGenerateCertificate(java.io.InputStream in)
throws CertificateException
engineGenerateCertificate in class CertificateFactorySpiCertificateException
public Collection engineGenerateCertificates(java.io.InputStream inStream)
throws CertificateException
engineGenerateCertificates in class CertificateFactorySpiCertificateException
public CRL engineGenerateCRL(java.io.InputStream inStream)
throws CRLException
engineGenerateCRL in class CertificateFactorySpiCRLException
public Collection engineGenerateCRLs(java.io.InputStream inStream)
throws CRLException
engineGenerateCRLs in class CertificateFactorySpiCRLExceptionpublic Iterator engineGetCertPathEncodings()
CertificateFactorySpiCertPath encodings supported
by this certificate factory, with the default encoding first. See
Appendix A in the
Java Certification Path API Programmer's Guide
for information about standard encoding names.Iterator via its
remove method result in an
UnsupportedOperationException.abstract
and by default throws an UnsupportedOperationException.
engineGetCertPathEncodings in class CertificateFactorySpiIterator over the names of the supported
CertPath encodings (as Strings)
public CertPath engineGenerateCertPath(java.io.InputStream inStream)
throws CertificateException
CertificateFactorySpiCertPath object and initializes it with
the data read from the InputStream inStream. The data
is assumed to be in the default encoding.
engineGenerateCertPath in class CertificateFactorySpiinStream - an InputStream containing the data
CertPath initialized with the data from the
InputStream
CertificateException - if an exception occurs while decoding
public CertPath engineGenerateCertPath(java.io.InputStream inStream,
java.lang.String encoding)
throws CertificateException
CertificateFactorySpiCertPath object and initializes it with
the data read from the InputStream inStream. The data
is assumed to be in the specified encoding.abstract
and by default throws an UnsupportedOperationException.
engineGenerateCertPath in class CertificateFactorySpiinStream - an InputStream containing the dataencoding - the encoding used for the data
CertPath initialized with the data from the
InputStream
CertificateException - if an exception occurs while decoding or
the encoding requested is not supported
public CertPath engineGenerateCertPath(List certificates)
throws CertificateException
CertificateFactorySpiCertPath object and initializes it with
a List of Certificates.CertificateFactory. They will be copied out of the supplied
List object.abstract
and by default throws an UnsupportedOperationException.
engineGenerateCertPath in class CertificateFactorySpicertificates - a List of Certificates
CertPath initialized with the supplied list of
certificates
CertificateException - if an exception occurs
|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||