RecoveryPlatformApi class
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
-
createExchangeDataRecoveryInfo(String sdkId, String delegateId, int? lifetimeSeconds, RecoveryKeyOptions? recoveryKeyOptions)
→ Future<RecoveryDataKey>
-
-
createRecoveryInfoForAvailableKeyPairs(String sdkId, bool includeParentsKeys, int? lifetimeSeconds, RecoveryKeyOptions? recoveryKeyOptions)
→ Future<RecoveryDataKey>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
preGenerateRecoveryKey(String sdkId, RecoveryKeySize keySize)
→ Future<RecoveryDataKey>
-
-
purgeAllExchangeDataRecoveryInfoFor(String sdkId, String dataOwnerId)
→ Future<int>
-
-
purgeAllKeyPairRecoveryInfoFor(String sdkId, String dataOwnerId)
→ Future<int>
-
-
purgeAllRecoveryInfoFor(String sdkId, String dataOwnerId)
→ Future<int>
-
-
purgeRecoveryInfo(String sdkId, RecoveryDataKey recoveryKey)
→ Future<void>
-
-
recoverExchangeData(String sdkId, RecoveryDataKey recoveryKey)
→ Future<RecoveryDataUseFailureReason?>
-
-
recoverKeyPairs(String sdkId, RecoveryDataKey recoveryKey, bool autoDelete)
→ Future<RecoveryResult<Map<String, Map<CardinalRsaPublicKey, CardinalRsaPrivateKey>>>>
-
-
recoverKeyPairsWaitingForCreation(int cancellationToken, String sdkId, RecoveryDataKey recoveryKey, bool autoDelete, int waitSeconds)
→ Future<RecoveryResult<Map<String, Map<CardinalRsaPublicKey, CardinalRsaPrivateKey>>>>
-
-
toString()
→ String
-
A string representation of this object.
inherited