AgreementHandler

public class AgreementHandler
Author:Donahue Sze

Constructors

AgreementHandler

public AgreementHandler(MessageDVO message, boolean isCheckAgreement)

AgreementHandler

public AgreementHandler(EbxmlMessage ebxmlMessage, String messageBox, String messageType, boolean isCheckAgreement)

Methods

getActor

public String getActor()
Returns:Returns the actor.

getDsAlgorithm

public String getDsAlgorithm()
Returns:Returns the dsAlgorithm.

getEncryptAlgorithm

public String getEncryptAlgorithm()
Returns:Returns the encryptAlgorithm.

getEncryptCert

public byte[] getEncryptCert()
Returns:Returns the encryptCert.

getMdAlgorithm

public String getMdAlgorithm()
Returns:Returns the mdAlgorithm.

getRetries

public int getRetries()
Returns:Returns the retries.

getRetryInterval

public int getRetryInterval()
Returns:Returns the retryInterval.

getSignCert

public byte[] getSignCert()
Returns:Returns the signCert.

getToPartyProtocol

public String getToPartyProtocol()
Returns:Returns the toPartyProtocol.

getToPartyURL

public URL getToPartyURL()
Returns:Returns the toPartyURL.

isEncrypt

public boolean isEncrypt()
Returns:Returns the isEncrypt.

isHostnameVerified

public boolean isHostnameVerified()
Returns:Returns the isHostnameVerified.

isSign

public boolean isSign()
Returns:Returns the isSign.