interface EncryptResponse {
    ciphertext: string;
    keyId: string;
}

Properties

Properties

ciphertext: string

Key's encrypted data.

keyId: string

ID of the key used for encryption.