class AndroidKeyAttestation::AuthorizationList

def origin

def origin
  integer = find_optional_integer(ORIGIN_TAG)
  ORIGIN_ENUM.fetch(integer) if integer
end