Package com.helger.peppol.utils
Class RevocationCheckBuilder
java.lang.Object
com.helger.security.revocation.AbstractRevocationCheckBuilder<RevocationCheckBuilder>
com.helger.peppol.utils.RevocationCheckBuilder
- All Implemented Interfaces:
com.helger.commons.builder.IBuilder<com.helger.security.revocation.ERevoked>,com.helger.commons.traits.IGenericImplTrait<RevocationCheckBuilder>
@NotThreadSafe
public class RevocationCheckBuilder
extends com.helger.security.revocation.AbstractRevocationCheckBuilder<RevocationCheckBuilder>
A generic revocation check builder that works with arbitrary certificates.
Contains no specific pre-configuration.
- Since:
- 9.6.0 a top-level class
- Author:
- Philip Helger
-
Field Summary
Fields inherited from class com.helger.security.revocation.AbstractRevocationCheckBuilder
DEFAULT_EXECUTION_WARN_DURATION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.security.revocation.AbstractRevocationCheckBuilder
addValidCA, addValidCAs, addValidCAs, addValidCAs, allowSoftFail, allowSoftFailUndefined, build, certificate, certificate, checkDate, checkDate, checkDate, checkDate, checkDate, checkDateNow, checkMode, crlCache, exceptionHandler, executeInSynchronizedBlock, executionDurationWarn, executionDurationWarnMS, softFailExceptionHandler, validCA, validCAs, validCAs, validCAsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.helger.commons.traits.IGenericImplTrait
thisAsT
-
Constructor Details
-
RevocationCheckBuilder
public RevocationCheckBuilder()
-