KeyGenerationRequestResult class
Constructors
- KeyGenerationRequestResult.allow()
-
Allows the SDK to generate a new key pair for the current data owner.
factory
- KeyGenerationRequestResult.deny()
-
The SDK must not generate a new key for the data owner. The SDK initialisation should fail with a predefined error.
factory
- KeyGenerationRequestResult.use(CardinalRsaPrivateKey key)
-
The SDK should use the provided key pair as a new key for the data owner.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
) → Map< String, dynamic> -
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