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.java146 X509Certificate trustedCA = getCertificate(f, trustedCAName); in getTestPathParams() local
151 certCollection.add(trustedCA); in getTestPathParams()
157 anchors.add(new TrustAnchor(trustedCA, null)); in getTestPathParams()