public class CertificateFetcherOffline extends CertificateFetcher
CertificateFetcher.ValidationContinuationcertificateStorage_| Constructor and Description |
|---|
CertificateFetcherOffline() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFetch(CertificateRequest certificateRequest,
ValidationState state,
CertificateFetcher.ValidationContinuation continueValidation)
An implementation to fetch a certificate asynchronously.
|
fetch, setCertificateStorageprotected void doFetch(CertificateRequest certificateRequest, ValidationState state, CertificateFetcher.ValidationContinuation continueValidation) throws CertificateV2.Error
CertificateFetcherdoFetch in class CertificateFetchercertificateRequest - The the request with the Interest for fetching
the certificate.state - The validation state.continueValidation - After fetching, this calls
continueValidation.continueValidation(certificate, state) where certificate
is the fetched certificate and state is the ValidationState.CertificateV2.ErrorCopyright © 2019. All rights reserved.