public interface SignatureValidationStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateSignature(SubscriptionInfoData subscriptionInfoData)
Computes a signature for
SubscriptionInfoData.getSubscriptionSignedValue() and
shared secret value stored as a property with key
CyberSourceConstants.HopProperties.SHARED_SECRET
via DefaultAcceleratorDigestUtils and validates
that the
SubscriptionInfoData.getSubscriptionIDPublicSignature()
is equal to this computed value |
boolean validateSignature(SubscriptionInfoData subscriptionInfoData)
SubscriptionInfoData.getSubscriptionSignedValue() and
shared secret value stored as a property with key
CyberSourceConstants.HopProperties.SHARED_SECRET
via DefaultAcceleratorDigestUtils and validates
that the
SubscriptionInfoData.getSubscriptionIDPublicSignature()
is equal to this computed valueCopyright © 2018 SAP SE. All Rights Reserved.