public abstract class CertPathTrustworthinessValidatorBase extends java.lang.Object implements CertPathTrustworthinessValidator
| Constructor and Description |
|---|
CertPathTrustworthinessValidatorBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFullChainProhibited() |
protected abstract java.util.Set<java.security.cert.TrustAnchor> |
resolveTrustAnchors(AAGUID aaguid) |
void |
setFullChainProhibited(boolean fullChainProhibited) |
void |
validate(AAGUID aaguid,
CertificateBaseAttestationStatement attestationStatement) |
public CertPathTrustworthinessValidatorBase()
public void validate(AAGUID aaguid, CertificateBaseAttestationStatement attestationStatement)
validate in interface CertPathTrustworthinessValidatorprotected abstract java.util.Set<java.security.cert.TrustAnchor> resolveTrustAnchors(AAGUID aaguid)
public boolean isFullChainProhibited()
public void setFullChainProhibited(boolean fullChainProhibited)