Uses of Interface
java.security.cert.PolicyNode
-
Packages that use PolicyNode 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of PolicyNode in java.security.cert
Methods in java.security.cert that return PolicyNode Modifier and Type 方法 描述 PolicyNode
PolicyNode. getParent()
返回此节点的父节点,如果这是根节点,则返回null
。PolicyNode
PKIXCertPathValidatorResult. getPolicyTree()
返回PKIX认证路径验证算法产生的有效策略树的根节点。Methods in java.security.cert that return types with arguments of type PolicyNode Modifier and Type 方法 描述 Iterator<? extends PolicyNode>
PolicyNode. getChildren()
返回该节点的子节点的迭代器。Constructors in java.security.cert with parameters of type PolicyNode Constructor 描述 PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
创建包含指定参数的PKIXCertPathBuilderResult
实例。PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
创建包含指定参数的PKIXCertPathValidatorResult
实例。
-