Package java.security.cert
Class CertificateFactorySpi
- java.lang.Object
-
- java.security.cert.CertificateFactorySpi
-
public abstract class CertificateFactorySpi extends Object
-
-
Constructor Summary
Constructors Constructor Description CertificateFactorySpi()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Certificate
engineGenerateCertificate(InputStream var0)
abstract Collection
engineGenerateCertificates(InputStream var0)
abstract CRL
engineGenerateCRL(InputStream var0)
abstract Collection
engineGenerateCRLs(InputStream var0)
-
-
-
Method Detail
-
engineGenerateCertificate
public abstract Certificate engineGenerateCertificate(InputStream var0) throws CertificateException
- Throws:
CertificateException
-
engineGenerateCertificates
public abstract Collection engineGenerateCertificates(InputStream var0) throws CertificateException
- Throws:
CertificateException
-
engineGenerateCRL
public abstract CRL engineGenerateCRL(InputStream var0) throws CRLException
- Throws:
CRLException
-
engineGenerateCRLs
public abstract Collection engineGenerateCRLs(InputStream var0) throws CRLException
- Throws:
CRLException
-
-