Package org.qubership.atp.crypt
Class Constants
java.lang.Object
org.qubership.atp.crypt.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAES encryption type.static final intSize of AES key.static final StringCanonical name of AES Mode.static final StringCanonical name of AES Paddings.static final StringCanonical name of AES Transformation.static final StringEncrypted string marker.static final StringMask used to log/output encrypted values.static final StringPEM Key prefix.static final StringRSA name.static final intRSA Key size.static final StringRSA Transformation type.static final PatternCompiled pattern to determine encrypted strings.static final StringRegular expression to determine encrypted strings. -
Method Summary
-
Field Details
-
TEMPLATE_REGEXP
Regular expression to determine encrypted strings.- See Also:
-
TEMPLATE_PATTERN
Compiled pattern to determine encrypted strings. -
ENCRYPT_MARKER
Encrypted string marker.- See Also:
-
RSA
RSA name.- See Also:
-
RSA_KEY_SIZE
public static final int RSA_KEY_SIZERSA Key size.- See Also:
-
RSA_TRANSFORMATION
RSA Transformation type.- See Also:
-
AES
AES encryption type.- See Also:
-
AES_KEY_SIZE
public static final int AES_KEY_SIZESize of AES key.- See Also:
-
AES_MODE
Canonical name of AES Mode.- See Also:
-
AES_PADDINGS
Canonical name of AES Paddings.- See Also:
-
AES_TRANSFORMATION
Canonical name of AES Transformation.- See Also:
-
PEM_BEGIN
PEM Key prefix.- See Also:
-
ENCRYPTED_MASK
Mask used to log/output encrypted values.- See Also:
-