interface CreateKeysIfAbsentResult {
    keyPair: CreateKeyIfAbsentResult;
    symmetricKey: CreateKeyIfAbsentResult;
}

Properties

Result of createKeysIfAbsent operation for the key pair

Result of createKeysIfAbsent operation for the symmetric key