AtInitialEnrollmentRequest class

Class for attributes required specifically for enrollment from the first onboarding client that has enableEnrollment flag set to true from client side in preferences. Default encryption private key and default self encryption keys are encrypted using APKAM symmetric key generated for the onboarding client.

Inheritance

Constructors

AtInitialEnrollmentRequest.builder(AtInitialEnrollmentRequestBuilder atInitialEnrollmentRequestBuilder)

Properties

apkamPublicKey String?
no setterinherited
appName String?
no setterinherited
atAuthKeys AtAuthKeys?
no setterinherited
deviceName String?
no setterinherited
encryptedDefaultEncryptionPrivateKey String
no setter
encryptedDefaultSelfEncryptionKey String
no setter
enrollmentId String?
no setterinherited
enrollOperationEnum → EnrollOperationEnum
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
namespaces Map<String, String>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited