public interface CryptoConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
CIPHER_ALGORITHM |
static String |
CIPHER_MODE |
static String |
CIPHER_PADDING |
static String |
COMPRESSION
A property that defines whether compression is enabled.
|
static String |
CREDENTIALS_MAP
An injection key for the Map
|
static String |
ENCRYPTION_KEY_ALIAS
A symbolic name of the default encryption key in the keystore.
|
static String |
KEY_PASSWORD
A password to access all secret keys within the keystore.
|
static String |
KEYSTORE_URL
Defines a URL of a KeyStore.
|
static String |
PROPERTIES_MAP
An injection key for the Map
|
static final String PROPERTIES_MAP
static final String CREDENTIALS_MAP
static final String CIPHER_ALGORITHM
static final String CIPHER_MODE
static final String CIPHER_PADDING
static final String KEYSTORE_URL
KeySource implementation that will be reading it. E.g. it can be
a "jceks" Java key store.static final String KEY_PASSWORD
static final String ENCRYPTION_KEY_ALIAS
static final String COMPRESSION
Copyright © 2001–2015 Apache Cayenne. All rights reserved.