com.cybersource.ws.client
Class SignedAndEncryptedMessageHandler

java.lang.Object
  extended by com.cybersource.ws.client.BaseMessageHandler
      extended by com.cybersource.ws.client.SignedAndEncryptedMessageHandler

public class SignedAndEncryptedMessageHandler
extends BaseMessageHandler

Created by jeaton on 3/1/2016.


Field Summary
static java.lang.String DIGEST_ALGORITHM
           
static java.util.List<Identity> identities
           
static java.lang.String SIGNATURE_ALGORITHM
           
 
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 com.cybersource.ws.client.BaseMessageHandler
addIdentityToKeyStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.