public abstract class CertificateFactorySpi extends Object
| Constructor and Description |
|---|
CertificateFactorySpi() |
| Modifier and Type | Method and Description |
|---|---|
abstract Certificate |
engineGenerateCertificate(InputStream var0) |
abstract Collection |
engineGenerateCertificates(InputStream var0) |
abstract CRL |
engineGenerateCRL(InputStream var0) |
abstract Collection |
engineGenerateCRLs(InputStream var0) |
public abstract Certificate engineGenerateCertificate(InputStream var0) throws CertificateException
CertificateExceptionpublic abstract Collection engineGenerateCertificates(InputStream var0) throws CertificateException
CertificateExceptionpublic abstract CRL engineGenerateCRL(InputStream var0) throws CRLException
CRLExceptionpublic abstract Collection engineGenerateCRLs(InputStream var0) throws CRLException
CRLException