new EncryptKey(value)
An EncryptKey supplies the key for encrypt.
Create an EncryptKey with the given key value.
Parameters:
Name | Type | Description |
---|---|---|
value |
Blob | EncryptKey | If value is another EncryptKey then copy it. Otherwise, value is the key value. |
- Source:
Methods
getKeyBits() → {Blob}
Get the key value.
- Source:
Returns:
The key value.
- Type
- Blob