com.cybersource.ws.client
Class SignedAndEncryptedMessageHandler
java.lang.Object
com.cybersource.ws.client.BaseMessageHandler
com.cybersource.ws.client.SignedAndEncryptedMessageHandler
public class SignedAndEncryptedMessageHandler
- extends BaseMessageHandler
Created by jeaton on 3/1/2016.
|
Method Summary |
org.w3c.dom.Document |
createSignedDoc(org.w3c.dom.Document workingDocument,
java.lang.String senderAlias,
java.lang.String password,
org.apache.ws.security.message.WSSecHeader secHeader)
|
org.w3c.dom.Document |
handleMessageCreation(org.w3c.dom.Document workingDocument,
java.lang.String senderAlias,
java.lang.String password)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identities
public static java.util.List<Identity> identities
SIGNATURE_ALGORITHM
public static final java.lang.String SIGNATURE_ALGORITHM
- See Also:
- Constant Field Values
DIGEST_ALGORITHM
public static final java.lang.String DIGEST_ALGORITHM
- See Also:
- Constant Field Values
handleMessageCreation
public org.w3c.dom.Document handleMessageCreation(org.w3c.dom.Document workingDocument,
java.lang.String senderAlias,
java.lang.String password)
throws SignEncryptException,
com.cybersource.ws.client.SignException
- Throws:
SignEncryptException
com.cybersource.ws.client.SignException
createSignedDoc
public org.w3c.dom.Document createSignedDoc(org.w3c.dom.Document workingDocument,
java.lang.String senderAlias,
java.lang.String password,
org.apache.ws.security.message.WSSecHeader secHeader)
throws com.cybersource.ws.client.SignException
- Throws:
com.cybersource.ws.client.SignException
Copyright © 2016. All Rights Reserved.