- WorldpayCSE - Class in com.worldpay.cse
-
The main entry point class of the Worldpay CSE(Client Side Encryption) SDK.
- WorldpayCSE() - Constructor for class com.worldpay.cse.WorldpayCSE
-
Creates a WorldpayCSE object.
- WPCardData - Class in com.worldpay.cse
-
Payment Card data object that holds the sensitive fields:
cardHolderName - The name of the card holder.
cardNumber - The card's PAN.
expiryMonth - The 2 digit month of the card's expiry date.
expiryYear - The 4 digit year of the card's expiry date.
cvc - The optional CVC for the card.
- WPCardData() - Constructor for class com.worldpay.cse.WPCardData
-
- WPCSEException - Exception in com.worldpay.cse.exception
-
Generic exception for WorldpayCSE SDK
- WPCSEException(String) - Constructor for exception com.worldpay.cse.exception.WPCSEException
-
- WPCSEException(String, Throwable) - Constructor for exception com.worldpay.cse.exception.WPCSEException
-
- WPCSEInvalidCardData - Exception in com.worldpay.cse.exception
-
The exception that contains the error codes for the invalid values of the card fields.
- WPCSEInvalidCardData(Set<Integer>) - Constructor for exception com.worldpay.cse.exception.WPCSEInvalidCardData
-
Creates an exception for Invalid card data with the list of error codes.
- WPCSEInvalidPublicKey - Exception in com.worldpay.cse.exception
-
Invalid RSA public key exception
- WPCSEInvalidPublicKey() - Constructor for exception com.worldpay.cse.exception.WPCSEInvalidPublicKey
-
- WPCSEInvalidPublicKey(Throwable) - Constructor for exception com.worldpay.cse.exception.WPCSEInvalidPublicKey
-
- WPJWEHeader - Class in com.worldpay.cse.jwe
-
The JWE header object that contains the following json fields:
- WPJWEHeader() - Constructor for class com.worldpay.cse.jwe.WPJWEHeader
-
- WPJWEObject - Class in com.worldpay.cse.jwe
-
The JWE Object class that does the whole JWE magic.
- WPJWEObject(WPJWEHeader, String) - Constructor for class com.worldpay.cse.jwe.WPJWEObject
-
Creates a JWE object based on the provided JWE header and plain payload
- WPPublicKey - Class in com.worldpay.cse
-
Worldpay RSA public key container and parser
- WPPublicKey(RSAPublicKey, String) - Constructor for class com.worldpay.cse.WPPublicKey
-
Create a WPPublicKey object based on standard Java interface RSAPublicKey and key sequence number
- WPValidationErrorCodes - Class in com.worldpay.cse
-
Contains the list of error codes mapped to their meanings.
- WPValidationErrorCodes() - Constructor for class com.worldpay.cse.WPValidationErrorCodes
-