CreateKeysIfAbsentResult

data class CreateKeysIfAbsentResult(val symmetricKey: KeyResult, val keyPair: KeyResult)

The result of the create keys if absent API.

Parameters

symmetricKey

KeyResult Result of the create keys if absent operation for the symmetric key.

keyPair

KeyResult Result of the create keys if absent operation for the key pair.

Constructors

Link copied to clipboard
constructor(symmetricKey: KeyResult, keyPair: KeyResult)

Properties

Link copied to clipboard
Link copied to clipboard