org.bouncycastle.jce.provider
public class JDKX509CertificateFactory extends CertificateFactorySpi
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.
Method Summary | |
---|---|
Certificate | engineGenerateCertificate(InputStream in)
Generates a certificate object and initializes it with the data
read from the input stream inStream. |
Collection | engineGenerateCertificates(InputStream inStream)
Returns a (possibly empty) collection view of the certificates
read from the given input stream inStream. |
CertPath | engineGenerateCertPath(InputStream inStream) |
CertPath | engineGenerateCertPath(InputStream inStream, String encoding) |
CertPath | engineGenerateCertPath(List certificates) |
CRL | engineGenerateCRL(InputStream inStream)
Generates a certificate revocation list (CRL) object and initializes
it with the data read from the input stream inStream. |
Collection | engineGenerateCRLs(InputStream inStream)
Returns a (possibly empty) collection view of the CRLs read from
the given input stream inStream.
|
Iterator | engineGetCertPathEncodings() |