Home
last modified time | relevance | path

Searched refs:attestationRecord (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/keystore/java/android/security/
H A DAttestedKeyPair.java49 @Nullable KeyPair keyPair, @NonNull List<Certificate> attestationRecord) { in AttestedKeyPair() argument
51 mAttestationRecord = attestationRecord; in AttestedKeyPair()
57 public AttestedKeyPair(@Nullable KeyPair keyPair, @Nullable Certificate[] attestationRecord) { in AttestedKeyPair() argument
59 if (attestationRecord == null) { in AttestedKeyPair()
62 mAttestationRecord = Arrays.asList(attestationRecord); in AttestedKeyPair()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...