Type aliases
CipherCCMTypes
CipherCCMTypes: "aes-128-ccm" | "aes-192-ccm" | "aes-256-ccm"
CipherGCMTypes
CipherGCMTypes: "aes-128-gcm" | "aes-192-gcm" | "aes-256-gcm"
ECDHKeyFormat
ECDHKeyFormat: "compressed" | "uncompressed" | "hybrid"
HexBase64BinaryEncoding
HexBase64BinaryEncoding: "binary" | "base64" | "hex"
HexBase64Latin1Encoding
HexBase64Latin1Encoding: "latin1" | "hex" | "base64"
KeyFormat
KeyFormat: "pem" | "der"
KeyType
KeyType: "rsa" | "dsa" | "ec"
Utf8AsciiBinaryEncoding
Utf8AsciiBinaryEncoding: "utf8" | "ascii" | "binary"
Utf8AsciiLatin1Encoding
Utf8AsciiLatin1Encoding: "utf8" | "ascii" | "latin1"
since v10.0.0