Home
last modified time | relevance | path

Searched defs:policyTree (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DPKIXCertPathValidatorResult.java61 private PolicyNode policyTree; field in PKIXCertPathValidatorResult
77 PolicyNode policyTree, PublicKey subjectPublicKey) in PKIXCertPathValidatorResult()
DPKIXCertPathBuilderResult.java79 TrustAnchor trustAnchor, PolicyNode policyTree, in PKIXCertPathBuilderResult()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DSunCertPathBuilderResult.java68 TrustAnchor trustAnchor, PolicyNode policyTree, in SunCertPathBuilderResult()
DPolicyChecker.java919 PolicyNodeImpl policyTree = rootNode.copyTree(); in getPolicyTree() local
/libcore/luni/src/test/java/tests/security/cert/
DPKIXCertPathValidatorResultTest.java284 PolicyNode policyTree, PublicKey subjectPublicKey, byte[] enc) { in MyPKIXCertPathBuilderResult()