static class PKIX.ValidatorParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Set<TrustAnchor> |
anchors |
private CertPath |
certPath |
private List<X509Certificate> |
certs |
private List<PKIXCertPathChecker> |
checkers |
private CertSelector |
constraints |
private Date |
date |
private boolean |
gotConstraints |
private boolean |
gotDate |
private PKIXParameters |
params |
private Set<String> |
policies |
private List<CertStore> |
stores |
private Timestamp |
timestamp |
private String |
variant |
| 构造器和说明 |
|---|
ValidatorParams(CertPath cp,
PKIXParameters params) |
ValidatorParams(PKIXParameters params) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) boolean |
anyPolicyInhibited() |
(专用程序包) List<X509Certificate> |
certificates() |
(专用程序包) CertPath |
certPath() |
(专用程序包) List<PKIXCertPathChecker> |
certPathCheckers() |
(专用程序包) List<CertStore> |
certStores() |
(专用程序包) Date |
date() |
(专用程序包) boolean |
explicitPolicyRequired() |
(专用程序包) PKIXParameters |
getPKIXParameters() |
(专用程序包) Set<String> |
initialPolicies() |
(专用程序包) boolean |
policyMappingInhibited() |
(专用程序包) boolean |
policyQualifiersRejected() |
(专用程序包) boolean |
revocationEnabled() |
(专用程序包) void |
setCertPath(CertPath cp) |
(专用程序包) String |
sigProvider() |
(专用程序包) CertSelector |
targetCertConstraints() |
(专用程序包) Set<TrustAnchor> |
trustAnchors() |
(专用程序包) String |
variant() |
private final PKIXParameters params
private CertPath certPath
private List<PKIXCertPathChecker> checkers
private boolean gotDate
private Date date
private boolean gotConstraints
private CertSelector constraints
private Set<TrustAnchor> anchors
private List<X509Certificate> certs
private Timestamp timestamp
private String variant
ValidatorParams(CertPath cp, PKIXParameters params) throws InvalidAlgorithmParameterException
ValidatorParams(PKIXParameters params) throws InvalidAlgorithmParameterException
CertPath certPath()
void setCertPath(CertPath cp)
List<X509Certificate> certificates()
List<PKIXCertPathChecker> certPathCheckers()
Date date()
CertSelector targetCertConstraints()
Set<TrustAnchor> trustAnchors()
boolean revocationEnabled()
boolean policyMappingInhibited()
boolean explicitPolicyRequired()
boolean policyQualifiersRejected()
String sigProvider()
boolean anyPolicyInhibited()
PKIXParameters getPKIXParameters()
String variant()
Copyright © 2023. All rights reserved.