| Modifier and Type | Method and Description |
|---|---|
H2EmbeddedDataSourceConfig.Cipher |
H2EmbeddedDataSourceConfig.getCipher()
Sets the cipher algorithm to encrypt the database file.
|
static H2EmbeddedDataSourceConfig.Cipher |
H2EmbeddedDataSourceConfig.Cipher.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H2EmbeddedDataSourceConfig.Cipher[] |
H2EmbeddedDataSourceConfig.Cipher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
H2EmbeddedDataSourceConfig |
H2EmbeddedDataSourceConfig.setCipher(H2EmbeddedDataSourceConfig.Cipher cipher) |
Copyright © 2010–2019 Airlift. All rights reserved.