be.fgov.ehealth.etee.crypto.encrypt
Class EncryptionTokenCheckerBuilder

java.lang.Object
  extended by be.fgov.ehealth.etee.crypto.encrypt.EncryptionTokenCheckerBuilder

public final class EncryptionTokenCheckerBuilder
extends java.lang.Object

Builder for EncryptionTokenChecker with steps.


Nested Class Summary
static interface EncryptionTokenCheckerBuilder.BuildStep
          Build the EncryptionTokenChecker
static interface EncryptionTokenCheckerBuilder.OCSPPolicyStep
          First step: Choose an OCSP-policy.
static interface EncryptionTokenCheckerBuilder.TrustStoreStep
          Second step: Choose a truststore with trust anchors for certpath validation of the certificates found in the EncryptionToken.
 
Method Summary
static EncryptionTokenCheckerBuilder.OCSPPolicyStep newBuilder()
          You will be guided in the steps to create aEncryptionTokenChecker.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newBuilder

public static EncryptionTokenCheckerBuilder.OCSPPolicyStep newBuilder()
You will be guided in the steps to create aEncryptionTokenChecker.

Returns:
the next step.


Copyright © 2019 eHealth. All Rights Reserved.