Searched defs:certList (Results 1 – 3 of 3) sorted by relevance
286 List<byte[]> certList = Collections.singletonList(wrongCert); in testGetProvider_providerIsNonSystemAppWrongCerts() local298 List<byte[]> certList = Collections.singletonList(BYTE_ARRAY); in testGetProvider_providerIsNonSystemAppCorrectCerts() local313 List<byte[]> certList = Arrays.asList(wrongCert, BYTE_ARRAY); in testGetProvider_providerIsNonSystemAppMoreCerts() local337 List<byte[]> certList = Arrays.asList(BYTE_ARRAY_2, BYTE_ARRAY_COPY); in testGetProvider_providerIsNonSystemAppDuplicateCerts() local348 List<List<byte[]>> certList = new ArrayList<>(); in testGetProvider_providerIsNonSystemAppCorrectCertsSeveralSets() local363 List<List<byte[]>> certList = new ArrayList<>(); in testGetProvider_providerIsNonSystemAppWrongPackage() local
125 List<List<String>> certList = providerResourceEntry.getCerts(); in testParseDownloadableFont_singleCerts() local146 List<List<String>> certList = providerResourceEntry.getCerts(); in testParseDownloadableFont_multipleCerts() local
390 final List<X509Certificate> certList = config.getIntermediateCertificates(); in toPersistableBundle() local447 final List<X509Certificate> certList = new ArrayList<>(encodedCertList.size()); in setBuilderByReadingPersistableBundle() local