Uses of Class
java.security.cert.TrustAnchor
-
Packages that use TrustAnchor 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of TrustAnchor in java.security.cert
Methods in java.security.cert that return TrustAnchor Modifier and Type 方法 描述 TrustAnchor
PKIXCertPathValidatorResult. getTrustAnchor()
返回描述作为证书路径的信任锚点的CA的TrustAnchor
。Methods in java.security.cert that return types with arguments of type TrustAnchor Modifier and Type 方法 描述 Set<TrustAnchor>
PKIXParameters. getTrustAnchors()
返回不可变的Set
最受信任的CA。Method parameters in java.security.cert with type arguments of type TrustAnchor Modifier and Type 方法 描述 void
PKIXParameters. setTrustAnchors(Set<TrustAnchor> trustAnchors)
设置Set
最受信任的CA。Constructors in java.security.cert with parameters of type TrustAnchor Constructor 描述 PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
创建包含指定参数的PKIXCertPathBuilderResult
实例。PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
创建包含指定参数的PKIXCertPathValidatorResult
实例。Constructor parameters in java.security.cert with type arguments of type TrustAnchor Constructor 描述 PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector targetConstraints)
使用指定的Set
最受信任的CA创建一个PKIXBuilderParameters
的实例。PKIXParameters(Set<TrustAnchor> trustAnchors)
使用指定的Set
最受信任的CA创建一个PKIXParameters
的实例。
-