Uses of Interface
java.security.cert.PolicyNode
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.jce.provider |
-
Uses of PolicyNode in java.security.cert
Methods in java.security.cert that return PolicyNode Modifier and Type Method Description PolicyNodePolicyNode. getParent()Returns the parent policy node.PolicyNodePKIXCertPathValidatorResult. getPolicyTree()Returns the valid policy tree from the validation.Methods in java.security.cert that return types with arguments of type PolicyNode Modifier and Type Method Description Iterator<? extends PolicyNode>PolicyNode. getChildren()Returns the list of children of this node as anIterator.Constructors in java.security.cert with parameters of type PolicyNode Constructor Description PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)Creates a newPKIXCertPathBuilderResultinstance with the specified validated certification path, the trust anchor of the certification path, the policy tree and the public key of the subject.PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)Creates a newPKIXCertPathValidatorResultwith the specified trust anchor, the valid policy tree and the subject public key. -
Uses of PolicyNode in org.bouncycastle.jce.provider
Classes in org.bouncycastle.jce.provider that implement PolicyNode Modifier and Type Class Description classPKIXPolicyNodeFields in org.bouncycastle.jce.provider declared as PolicyNode Modifier and Type Field Description protected PolicyNodePKIXPolicyNode. parentMethods in org.bouncycastle.jce.provider that return PolicyNode Modifier and Type Method Description PolicyNodePKIXPolicyNode. getParent()Constructors in org.bouncycastle.jce.provider with parameters of type PolicyNode Constructor Description PKIXPolicyNode(List _children, int _depth, Set _expectedPolicies, PolicyNode _parent, Set _policyQualifiers, String _validPolicy, boolean _critical)