be.fgov.ehealth.etee.crypto.crl
Class CRLCheckerBuilder

java.lang.Object
  extended by be.fgov.ehealth.etee.crypto.crl.CRLCheckerBuilder

public final class CRLCheckerBuilder
extends java.lang.Object

A builder utility to create a CRLChecker used to verify the revocation status of a certificate using CRLs.
CRLs from a certStore can be added to prevent the need for downloads at each validation.


Nested Class Summary
static interface CRLCheckerBuilder.BuildStep
          Build the CRLChecker
static interface CRLCheckerBuilder.CRLStep
           
 
Method Summary
static CRLCheckerBuilder.CRLStep newBuilder()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newBuilder

public static CRLCheckerBuilder.CRLStep newBuilder()
Returns:
the next step.


Copyright © 2018 eHealth. All Rights Reserved.