Package org.ondc
Class EncryptionUtil.EncryptionPayload
java.lang.Object
org.ondc.EncryptionUtil.EncryptionPayload
- Enclosing class:
- EncryptionUtil
The POJO class for Encrypted Data.
-
Constructor Details
-
EncryptionPayload
public EncryptionPayload()
-
-
Method Details
-
getEncrypedData
Gets the Encrypted Data- Returns:
- The Encrypted Data.
-
getNonce
Gets the Nonce.- Returns:
- The Nonce.
-
getHmac
Gets the HMAC.- Returns:
- The HMAC.
-
toBase64String
A Method to convert this instance of a class to base64 string.- Returns:
- Base64 Encoded string of the object.
-