public class RSSecurityConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RSSEC_ENABLE_REVOCATION
Whether to enable revocation or not.
|
static String |
RSSEC_KEY_PSWD
The password required to access the private key (in the keystore).
|
static String |
RSSEC_KEY_PSWD_PROVIDER
A reference to a PrivateKeyPasswordProvider instance used to retrieve passwords to access keys.
|
static String |
RSSEC_KEY_STORE
The KeyStore Object.
|
static String |
RSSEC_KEY_STORE_ALIAS
The keystore alias corresponding to the key to use.
|
static String |
RSSEC_KEY_STORE_FILE
The path to the keystore file.
|
static String |
RSSEC_KEY_STORE_PSWD
The password required to access the keystore.
|
static String |
RSSEC_KEY_STORE_TYPE
The keystore type.
|
static String |
RSSEC_SIGNATURE_ALGORITHM
The signature algorithm to use.
|
static String |
RSSEC_SIGNATURE_IN_PROPS
The signature properties file for signature verification.
|
static String |
RSSEC_SIGNATURE_OUT_PROPS
The signature properties file for signature creation.
|
static String |
RSSEC_SIGNATURE_PROPS
The signature properties file for signature creation/verification.
|
Modifier | Constructor and Description |
---|---|
protected |
RSSecurityConstants() |
public static final String RSSEC_KEY_STORE_TYPE
public static final String RSSEC_KEY_STORE_PSWD
public static final String RSSEC_KEY_PSWD
public static final String RSSEC_KEY_STORE_ALIAS
public static final String RSSEC_KEY_STORE_FILE
public static final String RSSEC_KEY_STORE
public static final String RSSEC_KEY_PSWD_PROVIDER
public static final String RSSEC_SIGNATURE_ALGORITHM
public static final String RSSEC_SIGNATURE_OUT_PROPS
public static final String RSSEC_SIGNATURE_IN_PROPS
public static final String RSSEC_SIGNATURE_PROPS
public static final String RSSEC_ENABLE_REVOCATION
Apache CXF