interface RedsysService
Modifier and Type | Method and Description |
---|---|
RedsysDecryptedEntity |
createMerchantSignatureNotif(java.lang.String merchantParameters,
java.lang.String secretKey) |
RedsysEncryptedEntity |
encrypt(RedsysBeanParam params,
java.lang.String secretKey) |
RedsysEncryptedEntity encrypt(RedsysBeanParam params, java.lang.String secretKey) throws java.security.InvalidKeyException, java.io.UnsupportedEncodingException, java.security.NoSuchAlgorithmException, java.lang.IllegalStateException
java.security.InvalidKeyException
java.io.UnsupportedEncodingException
java.security.NoSuchAlgorithmException
java.lang.IllegalStateException
RedsysDecryptedEntity createMerchantSignatureNotif(java.lang.String merchantParameters, java.lang.String secretKey) throws java.io.UnsupportedEncodingException, java.security.InvalidKeyException, java.security.NoSuchAlgorithmException, java.lang.IllegalStateException
java.io.UnsupportedEncodingException
java.security.InvalidKeyException
java.security.NoSuchAlgorithmException
java.lang.IllegalStateException