Searched refs:AuthorizationList (Results 1 – 2 of 2) sorted by relevance
53 private final AuthorizationList softwareEnforced;54 private final AuthorizationList teeEnforced;94 softwareEnforced = new AuthorizationList(seq.getObjectAt(SW_ENFORCED_INDEX)); in Attestation()95 teeEnforced = new AuthorizationList(seq.getObjectAt(TEE_ENFORCED_INDEX)); in Attestation()135 public AuthorizationList getSoftwareEnforced() { in getSoftwareEnforced()139 public AuthorizationList getTeeEnforced() { in getTeeEnforced()
44 public class AuthorizationList { class184 public AuthorizationList(ASN1Encodable sequence) throws CertificateParsingException { in AuthorizationList() method in AuthorizationList