Type Alias EncryptOptions

EncryptOptions: {
    contentType?: ContentType;
    privateKey?: string;
    publicKey?: string;
}