Class Constant
- java.lang.Object
-
- org.wso2.carbon.esb.connector.hmac.utils.constants.Constant
-
public class Constant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringALGORITHMstatic StringCUSTOM_PAYLOADstatic StringPAYLOADstatic StringPAYLOAD_FROM_DEFAULTstatic StringSAVE_SIGN_RESULT_TOstatic StringSAVE_VERIFY_RESULT_TOstatic StringSECRETstatic StringSIGNATUREstatic StringTARGET
-
Constructor Summary
Constructors Constructor Description Constant()
-
-
-
Field Detail
-
SAVE_SIGN_RESULT_TO
public static final String SAVE_SIGN_RESULT_TO
- See Also:
- Constant Field Values
-
SAVE_VERIFY_RESULT_TO
public static final String SAVE_VERIFY_RESULT_TO
- See Also:
- Constant Field Values
-
PAYLOAD_FROM_DEFAULT
public static final String PAYLOAD_FROM_DEFAULT
- See Also:
- Constant Field Values
-
PAYLOAD
public static final String PAYLOAD
- See Also:
- Constant Field Values
-
CUSTOM_PAYLOAD
public static final String CUSTOM_PAYLOAD
- See Also:
- Constant Field Values
-
SECRET
public static final String SECRET
- See Also:
- Constant Field Values
-
TARGET
public static final String TARGET
- See Also:
- Constant Field Values
-
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
-
SIGNATURE
public static final String SIGNATURE
- See Also:
- Constant Field Values
-
-