Home
last modified time | relevance | path

Searched refs:trustedCA (Results 1 – 1 of 1) sorted by relevance

/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java128 X509Certificate trustedCA = getCertificate(f, trustedCAName); in getTestPathParams() local
133 certCollection.add(trustedCA); in getTestPathParams()
139 anchors.add(new TrustAnchor(trustedCA, null)); in getTestPathParams()