Package be.fgov.ehealth.etee.crypto.ocsp

Classes to validate revocation status of a certificate using OCSP (Online Certificate Status Protocol).

See:
          Description

Interface Summary
OCSPChecker The interface of all OCSP-checkers.
OCSPCheckerBuilder.BuildStep Build the OCSPChecker
OCSPCheckerBuilder.OCSPPolicyStep First step: Choose an OCSP-policy.
 

Class Summary
OCSPCheckerBuilder Builder used to create an instance of OCSPChecker.
OCSPData Data produced by an OCSPChecker.
RevocationValues revocation values (CRLs, OCSPs) related to certificates in question.
 

Exception Summary
OCSPException Exception to throw on unexpected behaviour in OCSP verifications.
 

Package be.fgov.ehealth.etee.crypto.ocsp Description

Classes to validate revocation status of a certificate using OCSP (Online Certificate Status Protocol).

Use the Builders as starting point to configure the services.

Supported Policies and Options can be passed through the builders.
See be.fgov.ehealth.etee.crypto.policies



Copyright © 2019 eHealth. All Rights Reserved.