Class: DecryptKey

DecryptKey

new DecryptKey(value)

A DecryptKey supplies the key for decrypt. Create a DecryptKey with the given key value.
Parameters:
Name Type Description
value Blob | DecryptKey If value is another DecryptKey then copy it. Otherwise, value is the key value.
Source:

Methods

getKeyBits() → {Blob}

Get the key value.
Source:
Returns:
The key value.
Type
Blob