Home
last modified time | relevance | path

Searched defs:toCertificate (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/security/
H A DFileIntegrityService.java179 private static X509Certificate toCertificate(@NonNull byte[] bytes) in toCertificate() method in FileIntegrityService
/aosp12/packages/apps/KeyChain/robotests/src/com/android/keychain/
H A DAliasLoaderTest.java144 private Certificate toCertificate(byte[] bytes) throws CertificateException { in toCertificate() method in AliasLoaderTest
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSpi.java223 static X509Certificate toCertificate(byte[] bytes) { in toCertificate() method in AndroidKeyStoreSpi
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyChain.java936 public static X509Certificate toCertificate(@NonNull byte[] bytes) { in toCertificate() method in KeyChain