public abstract class CertificateFactorySpi extends Object
Constructor and Description |
---|
CertificateFactorySpi() |
Modifier and Type | Method and Description |
---|---|
abstract Certificate |
engineGenerateCertificate(InputStream inStream) |
abstract Collection |
engineGenerateCertificates(InputStream inStream) |
CertPath |
engineGenerateCertPath(InputStream stream) |
CertPath |
engineGenerateCertPath(InputStream inStream,
String encoding) |
CertPath |
engineGenerateCertPath(List certificates) |
abstract CRL |
engineGenerateCRL(InputStream inStream) |
abstract Collection |
engineGenerateCRLs(InputStream inStream) |
Iterator |
engineGetCertPathEncodings() |
public abstract Certificate engineGenerateCertificate(InputStream inStream) throws CertificateException
CertificateException
public abstract Collection engineGenerateCertificates(InputStream inStream) throws CertificateException
CertificateException
public abstract CRL engineGenerateCRL(InputStream inStream) throws CRLException
CRLException
public abstract Collection engineGenerateCRLs(InputStream inStream) throws CRLException
CRLException
public Iterator engineGetCertPathEncodings()
public CertPath engineGenerateCertPath(InputStream inStream, String encoding) throws CertificateException
CertificateException
public CertPath engineGenerateCertPath(InputStream stream) throws CertificateException
CertificateException
public CertPath engineGenerateCertPath(List certificates) throws CertificateException
CertificateException