Searched refs:ParsedAttestationRecord (Results 1 – 2 of 2) sorted by relevance
41 class ParsedAttestationRecord { class114 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
92 ParsedAttestationRecord record = new ParsedAttestationRecord(cert); in attestationTest()