java.lang.Object
java.security.cert.CertificateFactorySpi
- See Also:
- Source Code,
CertificateFactory
,
Certificate
,
X509Certificate
,
CertPath
,
CRL
,
X509CRL
public CertificateFactorySpi()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Certificate engineGenerateCertificate(InputStream inStream)
throws CertificateException
- See Also:
-
reset
, mark
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Collection<? extends Certificate> engineGenerateCertificates(InputStream inStream)
throws CertificateException
- See Also:
-
reset
, mark
, generateCertificate
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CertPath engineGenerateCertPath(InputStream inStream)
throws CertificateException
- See Also:
- UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CertPath engineGenerateCertPath(InputStream inStream,
String encoding)
throws CertificateException
- See Also:
- UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CertPath engineGenerateCertPath(List<? extends Certificate> certificates)
throws CertificateException
- See Also:
- UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract CRL engineGenerateCRL(InputStream inStream)
throws CRLException
- See Also:
-
reset
, mark
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Collection<? extends CRL> engineGenerateCRLs(InputStream inStream)
throws CRLException
- See Also:
-
reset
, mark
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Iterator<String> engineGetCertPathEncodings()
- See Also:
- UnsupportedOperationException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples