public class CVCertificateFactorySpi extends CertificateFactorySpi
CardVerifiableCertificate
Constructor and Description |
---|
CVCertificateFactorySpi() |
Modifier and Type | Method and Description |
---|---|
Certificate |
engineGenerateCertificate(InputStream inputStream)
Generates the certificate based on an input source.
|
Collection<? extends Certificate> |
engineGenerateCertificates(InputStream in) |
CRL |
engineGenerateCRL(InputStream inputStream)
Not implemented.
|
Collection<? extends CRL> |
engineGenerateCRLs(InputStream inputStream)
Not implemented.
|
engineGenerateCertPath, engineGenerateCertPath, engineGenerateCertPath, engineGetCertPathEncodings
public Certificate engineGenerateCertificate(InputStream inputStream) throws CertificateException
engineGenerateCertificate
in class CertificateFactorySpi
inputStream
- the input sourceCertificateException
- on parsing errorspublic CRL engineGenerateCRL(InputStream inputStream) throws CRLException
engineGenerateCRL
in class CertificateFactorySpi
inputStream
- input streamCRLException
public Collection<? extends CRL> engineGenerateCRLs(InputStream inputStream) throws CRLException
engineGenerateCRLs
in class CertificateFactorySpi
inputStream
- input streamCRLException
public Collection<? extends Certificate> engineGenerateCertificates(InputStream in) throws CertificateException
engineGenerateCertificates
in class CertificateFactorySpi
CertificateException
Copyright © 2016. All rights reserved.