Interface CryptoConstants
public interface CryptoConstants
This is a interface to hold required constant values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBouncyCastle FIPS provider "BCFIPS"static final StringBouncyCastleProvider "BC"static final Stringstatic final Stringstatic final StringCipher type ('symmetric' or 'asymmetric')static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringencode type of the given value to be encodedstatic final Stringencode type of the final outcome.static final Stringstatic final StringSecure vault alias attribute name.static final StringSecure vault namespace to be used when resolving axis2 config passwords.static final StringSecurity provider, can use providers like BouncyCastle.
-
Field Details
-
IDENTITY_KEY_STORE
- See Also:
-
IDENTITY_KEY_STORE_USER_NAME
- See Also:
-
IDENTITY_KEY_STORE_PASSWORD
- See Also:
-
IDENTITY_KEY_STORE_ALIAS
- See Also:
-
IDENTITY_KEY_STORE_TYPE
- See Also:
-
IDENTITY_KEY_STORE_PARAMETERS
- See Also:
-
IDENTITY_KEY_USER_NAME
- See Also:
-
IDENTITY_KEY_PASSWORD
- See Also:
-
CIPHER_ALGORITHM
- See Also:
-
CIPHER_ALGORITHM_DEFAULT
- See Also:
-
PROPERTIES_FILE_PATH_DEFAULT
- See Also:
-
CIPHER_TYPE
Cipher type ('symmetric' or 'asymmetric')- See Also:
-
SECURITY_PROVIDER
Security provider, can use providers like BouncyCastle.- See Also:
-
INPUT_ENCODE_TYPE
encode type of the given value to be encoded- See Also:
-
OUTPUT_ENCODE_TYPE
encode type of the final outcome.- See Also:
-
BOUNCY_CASTLE_PROVIDER
BouncyCastleProvider "BC"- See Also:
-
BOUNCY_CASTLE_FIPS_PROVIDER
BouncyCastle FIPS provider "BCFIPS"- See Also:
-
SECUREVAULT_NAMESPACE
Secure vault namespace to be used when resolving axis2 config passwords.- See Also:
-
SECUREVAULT_ALIAS_ATTRIBUTE
Secure vault alias attribute name.- See Also:
-