EncryptionKey Constructor (Byte) |
ENTERPRISE EDITION API
Creates an instance from existing key data.Namespace: Couchbase.Lite
public EncryptionKey( byte[] keyData )
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if keyData is null |
| ArgumentOutOfRangeException | Thrown if the data doesn't contain the correct number of bytes |