|
Bouncy Castle Cryptography 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.security.cert.CertificateFactorySpi
| Constructor Summary | |
CertificateFactorySpi()
|
|
| Method Summary | |
abstract Certificate |
engineGenerateCertificate(java.io.InputStream inStream)
|
abstract Collection |
engineGenerateCertificates(java.io.InputStream inStream)
|
abstract CertPath |
engineGenerateCertPath(java.io.InputStream inStream)
Generates a CertPath object and initializes it with
the data read from the InputStream inStream. |
abstract 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. |
abstract 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. |
abstract CRL |
engineGenerateCRL(java.io.InputStream inStream)
|
abstract Collection |
engineGenerateCRLs(java.io.InputStream inStream)
|
abstract 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 CertificateFactorySpi()
| Method Detail |
public abstract CRL engineGenerateCRL(java.io.InputStream inStream)
throws CRLException
CRLException
public abstract Collection engineGenerateCRLs(java.io.InputStream inStream)
throws CRLException
CRLException
public abstract Certificate engineGenerateCertificate(java.io.InputStream inStream)
throws CertificateException
CertificateException
public abstract Collection engineGenerateCertificates(java.io.InputStream inStream)
throws CertificateException
CertificateExceptionpublic abstract Iterator engineGetCertPathEncodings()
CertPath 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.
Iterator over the names of the supported
CertPath encodings (as Strings)
UnsupportedOperationException - if the method is not supported
public abstract CertPath engineGenerateCertPath(java.io.InputStream inStream)
throws CertificateException
CertPath object and initializes it with
the data read from the InputStream inStream. The data
is assumed to be in the default encoding.
inStream - an InputStream containing the data
CertPath initialized with the data from the
InputStream
CertificateException - if an exception occurs while decoding
public abstract CertPath engineGenerateCertPath(java.io.InputStream inStream,
java.lang.String encoding)
throws CertificateException
CertPath 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.
inStream - 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
UnsupportedOperationException - if the method is not supported
public abstract CertPath engineGenerateCertPath(List certificates)
throws CertificateException
CertPath 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.
certificates - a List of Certificates
CertPath initialized with the supplied list of
certificates
CertificateException - if an exception occurs
UnsupportedOperationException - if the method is not supported
|
Bouncy Castle Cryptography 1.19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||