The name or nid of the cipher to query.
Optional
options: "crypto".CipherInfoOptionsReturns information about a given cipher.
Some ciphers accept variable length keys and initialization vectors. By default,
the crypto.getCipherInfo()
method will return the default values for these
ciphers. To test if a given key length or iv length is acceptable for given
cipher, use the keyLength
and ivLength
options. If the given values are
unacceptable, undefined
will be returned.
The name or nid of the cipher to query.
Optional
options: "crypto".CipherInfoOptionsGenerated using TypeDoc
Returns information about a given cipher.
Some ciphers accept variable length keys and initialization vectors. By default, the
crypto.getCipherInfo()
method will return the default values for these ciphers. To test if a given key length or iv length is acceptable for given cipher, use thekeyLength
andivLength
options. If the given values are unacceptable,undefined
will be returned.