Searched refs:attestationRecord (Results 1 – 2 of 2) sorted by relevance
49 @Nullable KeyPair keyPair, @NonNull List<Certificate> attestationRecord) { in AttestedKeyPair() argument51 mAttestationRecord = attestationRecord; in AttestedKeyPair()57 public AttestedKeyPair(@Nullable KeyPair keyPair, @Nullable Certificate[] attestationRecord) { in AttestedKeyPair() argument59 if (attestationRecord == null) { in AttestedKeyPair()62 mAttestationRecord = Arrays.asList(attestationRecord); in AttestedKeyPair()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...