AuthorizationList

constructor(purposes: Set<BigInteger>? = null, algorithms: BigInteger? = null, keySize: BigInteger? = null, blockModes: Set<BigInteger>? = null, digests: Set<BigInteger>? = null, paddings: Set<BigInteger>? = null, ecCurve: BigInteger? = null, rsaPublicExponent: BigInteger? = null, rsaOaepMgfDigests: Set<BigInteger>? = null, activeDateTime: BigInteger? = null, originationExpireDateTime: BigInteger? = null, usageExpireDateTime: BigInteger? = null, noAuthRequired: Boolean? = null, userAuthType: BigInteger? = null, authTimeout: BigInteger? = null, trustedUserPresenceRequired: Boolean? = null, unlockedDeviceRequired: Boolean? = null, creationDateTime: BigInteger? = null, origin: Origin? = null, rollbackResistant: Boolean? = null, rootOfTrust: RootOfTrust? = null, osVersion: BigInteger? = null, osPatchLevel: PatchLevel? = null, attestationApplicationId: AttestationApplicationId? = null, attestationIdBrand: String? = null, attestationIdDevice: String? = null, attestationIdProduct: String? = null, attestationIdSerial: String? = null, attestationIdImei: String? = null, attestationIdMeid: String? = null, attestationIdManufacturer: String? = null, attestationIdModel: String? = null, vendorPatchLevel: PatchLevel? = null, bootPatchLevel: PatchLevel? = null, attestationIdSecondImei: String? = null, moduleHash: ByteString? = null)