static class PKIX.BuilderParams extends PKIX.ValidatorParams
| 限定符和类型 | 字段和说明 |
|---|---|
private PKIXBuilderParameters |
params |
private List<CertStore> |
stores |
private X500Principal |
targetSubject |
| 构造器和说明 |
|---|
BuilderParams(PKIXBuilderParameters params) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) List<CertStore> |
certStores() |
private void |
checkParams(PKIXBuilderParameters params) |
private static X500Principal |
getTargetSubject(List<CertStore> stores,
X509CertSelector sel)
Returns the target subject DN from the first X509Certificate that
is fetched that matches the specified X509CertSelector.
|
(专用程序包) int |
maxPathLength() |
(专用程序包) PKIXBuilderParameters |
params() |
(专用程序包) X500Principal |
targetSubject() |
anyPolicyInhibited, certificates, certPath, certPathCheckers, date, explicitPolicyRequired, getPKIXParameters, initialPolicies, policyMappingInhibited, policyQualifiersRejected, revocationEnabled, setCertPath, sigProvider, targetCertConstraints, trustAnchors, variantprivate PKIXBuilderParameters params
private X500Principal targetSubject
BuilderParams(PKIXBuilderParameters params) throws InvalidAlgorithmParameterException
private void checkParams(PKIXBuilderParameters params) throws InvalidAlgorithmParameterException
List<CertStore> certStores()
certStores 在类中 PKIX.ValidatorParamsint maxPathLength()
PKIXBuilderParameters params()
X500Principal targetSubject()
private static X500Principal getTargetSubject(List<CertStore> stores, X509CertSelector sel) throws InvalidAlgorithmParameterException
Copyright © 2023. All rights reserved.