public class OCSPChecker extends PKIXCertPathChecker
PKIXCertPathChecker
that uses
Online Certificate Status Protocol (OCSP)
See RFC 2560.Modifier and Type | Method and Description |
---|---|
void |
check(Certificate cert,
Collection<String> unresolvedCritExts) |
Set<String> |
getSupportedExtensions() |
void |
init(boolean forward) |
boolean |
isForwardCheckingSupported() |
check, clone
public void init(boolean forward) throws CertPathValidatorException
init
in interface CertPathChecker
init
in class PKIXCertPathChecker
CertPathValidatorException
public boolean isForwardCheckingSupported()
isForwardCheckingSupported
in interface CertPathChecker
isForwardCheckingSupported
in class PKIXCertPathChecker
public Set<String> getSupportedExtensions()
getSupportedExtensions
in class PKIXCertPathChecker
public void check(Certificate cert, Collection<String> unresolvedCritExts) throws CertPathValidatorException
check
in class PKIXCertPathChecker
CertPathValidatorException
Copyright © 2003–2020 Ignite Realtime. All rights reserved.