Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DSigningDetails.java758 public boolean hasSha256Certificate(byte[] sha256Certificate) { in hasSha256Certificate()
770 public boolean hasSha256Certificate(byte[] sha256Certificate, @CertCapabilities int flags) { in hasSha256Certificate()
774 private boolean hasSha256CertificateInternal(byte[] sha256Certificate, int flags) { in hasSha256CertificateInternal()
DPackageParser.java6572 public boolean hasSha256Certificate(byte[] sha256Certificate) { in hasSha256Certificate()
6584 public boolean hasSha256Certificate(byte[] sha256Certificate, @CertCapabilities int flags) { in hasSha256Certificate()
6588 private boolean hasSha256CertificateInternal(byte[] sha256Certificate, int flags) { in hasSha256CertificateInternal()