Home
last modified time | relevance | path

Searched defs:certificates (Results 1 – 2 of 2) sorted by relevance

/build/tools/signapk/src/com/android/signapk/
DApkSignerV2.java115 public List<X509Certificate> certificates; field in ApkSignerV2.SignerConfig
534 public List<byte[]> certificates; field in ApkSignerV2.V2SignatureSchemeBlock.SignedData
564 public static List<byte[]> encodeCertificates(List<X509Certificate> certificates) in encodeCertificates()
DSignApk.java932 PrivateKey[] privateKeys, X509Certificate[] certificates, String[] digestAlgorithms) in createV2SignerConfigs()