Searched defs:certificates (Results 1 – 9 of 9) sorted by relevance
47 public List<Asn1OpaqueObject> certificates; field in SignedData
288 public List<byte[]> certificates; field in V2SchemeSigner.V2SignatureSchemeBlock.SignedData
337 ByteBuffer certificates = ApkSigningBlockUtils.getLengthPrefixedSlice(signedData); in parseSigner() local
317 public List<byte[]> certificates; field in V3SchemeSigner.V3SignatureSchemeBlock.SignedData
385 ByteBuffer certificates = getLengthPrefixedSlice(signedData); in parseSigner() local
764 List<X509Certificate> certificates) { in SignerConfig()812 List<X509Certificate> certificates) { in Builder()
243 List<X509Certificate> certificates = new ArrayList<>(1); in spawnDescendant() local
94 public List<X509Certificate> certificates; field in V1SchemeSigner.SignerConfig
564 public static List<byte[]> encodeCertificates(List<X509Certificate> certificates) in encodeCertificates()960 public List<X509Certificate> certificates; field in ApkSigningBlockUtils.SignerConfig