public interface CertificateVerifier
| Modifier and Type | Method and Description |
|---|---|
CertificatePool |
createValidationPool()
This method creates the validation pool of certificates which is used
during the validation process.
|
CertificateSource |
getAdjunctCertSource()
Returns the adjunct certificates source associated with this verifier.
|
CRLSource |
getCrlSource()
Returns the CRL source associated with this verifier.
|
DataLoader |
getDataLoader()
The data loader used to access AIA certificate source.
|
OCSPSource |
getOcspSource()
Returns the OCSP source associated with this verifier.
|
ListCRLSource |
getSignatureCRLSource()
This method returns the CRL source (information extracted from
signatures).
|
ListOCSPSource |
getSignatureOCSPSource()
This method returns the OCSP source (information extracted from
signatures).
|
CertificateSource |
getTrustedCertSource()
Returns the trusted certificates source associated with this verifier.
|
void |
setAdjunctCertSource(CertificateSource adjunctCertSource)
Associates an adjunct certificates source to this verifier.
|
void |
setCrlSource(CRLSource crlSource)
Defines the source of CRL used by this class
|
void |
setDataLoader(DataLoader dataLoader)
The data loader used to access AIA certificate source.
|
void |
setOcspSource(OCSPSource ocspSource)
Defines the source of OCSP used by this class
|
void |
setSignatureCRLSource(ListCRLSource signatureCRLSource)
This method allows to set the CRL source (information extracted from
signatures).
|
void |
setSignatureOCSPSource(ListOCSPSource signatureOCSPSource)
This method allows to set the OCSP source (information extracted from
signatures).
|
void |
setTrustedCertSource(CertificateSource certSource)
Sets the trusted certificates source.
|
OCSPSource getOcspSource()
CRLSource getCrlSource()
void setCrlSource(CRLSource crlSource)
crlSource - the crlSource to setvoid setOcspSource(OCSPSource ocspSource)
ocspSource - the ocspSource to setCertificateSource getTrustedCertSource()
void setTrustedCertSource(CertificateSource certSource)
certSource - The certificates source to setCertificateSource getAdjunctCertSource()
void setAdjunctCertSource(CertificateSource adjunctCertSource)
adjunctCertSource - DataLoader getDataLoader()
void setDataLoader(DataLoader dataLoader)
CommonsHttpDataLoader is created.dataLoader - ListCRLSource getSignatureCRLSource()
void setSignatureCRLSource(ListCRLSource signatureCRLSource)
signatureCRLSource - ListOCSPSource getSignatureOCSPSource()
void setSignatureOCSPSource(ListOCSPSource signatureOCSPSource)
signatureOCSPSource - CertificatePool createValidationPool()
Copyright © 2018. All rights reserved.