| Modifier and Type | Method | Description |
|---|---|---|
EncryptionType |
SawMetadata.getEncryptionType() |
|
EncryptionType |
WriteOptions.getEncryptionType() |
|
static EncryptionType |
EncryptionType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EncryptionType[] |
EncryptionType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
WriteOptions |
WriteOptions.encryptionType(EncryptionType type) |
Sets the encryption type for the storage NOTE: This is a placeholder-only, to allow for adding
encryption support later without changing the format of the metadata file
|
Copyright © 2022. All rights reserved.