Home
last modified time | relevance | path

Searched defs:authorizationMap (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DParsedAttestationRecord.java108 Map<Integer, ASN1Primitive> authorizationMap, int tag) { in findAuthorizationListEntry()
163 Map<Integer, ASN1Primitive> authorizationMap = new HashMap<>(); in getAuthorizationMap() local