public class CVCertificateFactorySpi extends CertificateFactorySpi
CardVerifiableCertificate| Constructor and Description |
|---|
CVCertificateFactorySpi() |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
engineGenerateCertificate(InputStream inputStream) |
Collection<? extends Certificate> |
engineGenerateCertificates(InputStream in) |
CRL |
engineGenerateCRL(InputStream inputStream)
Not implemented.
|
Collection<? extends CRL> |
engineGenerateCRLs(InputStream inputStream)
Not implemented.
|
engineGenerateCertPath, engineGenerateCertPath, engineGenerateCertPath, engineGetCertPathEncodingspublic Certificate engineGenerateCertificate(InputStream inputStream) throws CertificateException
engineGenerateCertificate in class CertificateFactorySpiCertificateExceptionpublic CRL engineGenerateCRL(InputStream inputStream) throws CRLException
engineGenerateCRL in class CertificateFactorySpiinputStream - input streamCRLExceptionpublic Collection<? extends CRL> engineGenerateCRLs(InputStream inputStream) throws CRLException
engineGenerateCRLs in class CertificateFactorySpiinputStream - input streamCRLExceptionpublic Collection<? extends Certificate> engineGenerateCertificates(InputStream in) throws CertificateException
engineGenerateCertificates in class CertificateFactorySpiCertificateException