Home
last modified time | relevance | path

Searched defs:trustAnchor (Results 1 – 9 of 9) sorted by relevance

/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java170 private void assertInvalidPath(String trustAnchor, String[] certs, String[] crls) in assertInvalidPath()
175 private void assertInvalidPath(String trustAnchor, String[] path, String[] certs, in assertInvalidPath()
192 private void assertValidPath(String trustAnchor, String[] certs, String[] crls) in assertValidPath()
198 private void assertValidPath(String trustAnchor, String[] path, String[] certs, String[] crls) in assertValidPath()
214 String trustAnchor = "TrustAnchorRootCertificate.crt"; in testSignatureVerification_ValidSignaturesTest1() local
231 String trustAnchor = "TrustAnchorRootCertificate.crt"; in testSignatureVerification_InvalidCASignatureTest2() local
248 String trustAnchor = "TrustAnchorRootCertificate.crt"; in testSignatureVerification_InvalidEESignatureTest3() local
265 String trustAnchor = "TrustAnchorRootCertificate.crt"; in testSignatureVerification_ValidDSASignaturesTest4() local
282 String trustAnchor = "TrustAnchorRootCertificate.crt"; in testSignatureVerification_ValidDSAParameterInheritanceTest5() local
301 String trustAnchor = "TrustAnchorRootCertificate.crt"; in testSignatureVerification_InvalidDSASignatureTest6() local
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPrincipalUtils.java31 static X500Name getCA(TrustAnchor trustAnchor) in getCA()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPrincipalUtils.java30 static X500Name getCA(TrustAnchor trustAnchor) in getCA()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/tls/
DAndroidTrustRootIndex.java43 TrustAnchor trustAnchor = (TrustAnchor) findByIssuerAndSignatureMethod.invoke( in findByIssuerAndSignature() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DAndroidTrustRootIndex.java41 TrustAnchor trustAnchor = (TrustAnchor) findByIssuerAndSignatureMethod.invoke( in findByIssuerAndSignature() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
DPKIXExtendedParameters.java161 public Builder setTrustAnchor(TrustAnchor trustAnchor) in setTrustAnchor()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/
DPKIXExtendedParameters.java164 public Builder setTrustAnchor(TrustAnchor trustAnchor) in setTrustAnchor()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java953 TrustAnchor trustAnchor = trustedCertificateIndex.findBySubjectAndPublicKey(cert); in findTrustAnchorBySubjectAndPublicKey() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java939 TrustAnchor trustAnchor = trustedCertificateIndex.findBySubjectAndPublicKey(cert); in findTrustAnchorBySubjectAndPublicKey() local