Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
crypto
Cipher
Interface Cipher
Index
Methods
createDecipher
createDecipheriv
final
setAutoPadding
update
Methods
public
createDecipher
(
algorithm
:
string
, password
:
any
)
:
Decipher
Parameters
algorithm:
string
password:
any
Returns
Decipher
public
createDecipheriv
(
algorithm
:
string
, key
:
any
, iv
:
any
)
:
Decipher
Parameters
algorithm:
string
key:
any
iv:
any
Returns
Decipher
public
final
(
output_encoding
?:
string
)
:
string
Parameters
output_encoding?:
string
optional
Returns
string
public
setAutoPadding
(
auto_padding
:
boolean
)
Parameters
auto_padding:
boolean
public
update
(
data
:
any
, input_encoding
?:
string
, output_encoding
?:
string
)
:
string
Parameters
data:
any
input_encoding?:
string
optional
output_encoding?:
string
optional
Returns
string
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
superagent
supertest
tls
tty
url
util
vm
zlib
Cipher
createDecipher
createDecipheriv
final
setAutoPadding
update
CredentialDetails
Credentials
Decipher
DiffieHellman
Hash
Hmac
Signer
Verify
createCipher
createCipheriv
createCredentials
createDiffieHellman
createHash
createHmac
createSign
createVerify
getDiffieHellman
pbkdf2
pbkdf2Sync
pseudoRandomBytes
randomBytes