Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java41 class ParsedAttestationRecord { class
114 return Optional.ofNullable(entry).map(ParsedAttestationRecord::getIntegerFromAsn1); in getSoftwareAuthorizationInteger()
119 return Optional.ofNullable(entry).map(ParsedAttestationRecord::getIntegerFromAsn1); in getTeeAuthorizationInteger()
171 public ParsedAttestationRecord(X509Certificate cert) throws IOException { in ParsedAttestationRecord() method in ParsedAttestationRecord
DAttestationTest.java92 ParsedAttestationRecord record = new ParsedAttestationRecord(cert); in attestationTest()