final class RedsysServiceImpl extends java.lang.Object implements RedsysService
Constructor and Description |
---|
RedsysServiceImpl() |
Modifier and Type | Method and Description |
---|---|
RedsysDecryptedEntity |
createMerchantSignatureNotif(java.lang.String merchantParameters,
java.lang.String secretKey) |
RedsysEncryptedEntity |
encrypt(RedsysBeanParam params,
java.lang.String secretKey) |
public RedsysEncryptedEntity encrypt(RedsysBeanParam params, java.lang.String secretKey) throws java.security.InvalidKeyException, java.io.UnsupportedEncodingException, java.security.NoSuchAlgorithmException, java.lang.IllegalStateException
encrypt
in interface RedsysService
java.security.InvalidKeyException
java.io.UnsupportedEncodingException
java.security.NoSuchAlgorithmException
java.lang.IllegalStateException
public RedsysDecryptedEntity createMerchantSignatureNotif(java.lang.String merchantParameters, java.lang.String secretKey) throws java.io.UnsupportedEncodingException, java.security.InvalidKeyException, java.security.NoSuchAlgorithmException, java.lang.IllegalStateException
createMerchantSignatureNotif
in interface RedsysService
java.io.UnsupportedEncodingException
java.security.InvalidKeyException
java.security.NoSuchAlgorithmException
java.lang.IllegalStateException