Searched defs:certificates (Results 1 – 3 of 3) sorted by relevance
88 Set<String> certificates = new HashSet<String>(); in getDeviceCertificates() local
201 Certificate certificates[] = keyStore.getCertificateChain(keystoreAlias); in testEcAttestation_NoChallenge() local295 Certificate certificates[] = keyStore.getCertificateChain(keystoreAlias); in testRsaAttestation_NoChallenge() local391 Certificate certificates[] = keyStore.getCertificateChain(keystoreAlias); in testRsaAttestation() local445 Certificate certificates[] = keyStore.getCertificateChain(keystoreAlias); in testEcAttestation() local
158 private static boolean containsCertificate(List<byte[]> certificates, byte[] toMatch) in containsCertificate()