PartnershipDVO

public interface PartnershipDVO extends DVO
Author:Donahue Sze

Fields

ALG_ENCRYPT_3DES

public static final String ALG_ENCRYPT_3DES

ALG_ENCRYPT_RC2

public static final String ALG_ENCRYPT_RC2

ALG_MIC_MD5

public static final String ALG_MIC_MD5

ALG_MIC_SHA1

public static final String ALG_MIC_SHA1

ALG_SIGN_MD5

public static final String ALG_SIGN_MD5

ALG_SIGN_SHA1

public static final String ALG_SIGN_SHA1

Methods

getAS2From

public String getAS2From()

getAs2To

public String getAs2To()

getEffectiveVerifyCertificate

public X509Certificate getEffectiveVerifyCertificate()

getEncryptAlgorithm

public String getEncryptAlgorithm()

getEncryptCert

public byte[] getEncryptCert()

getEncryptX509Certificate

public X509Certificate getEncryptX509Certificate()

getMicAlgorithm

public String getMicAlgorithm()

getPartnershipId

public String getPartnershipId()

getReceiptAddress

public String getReceiptAddress()

getRecipientAddress

public String getRecipientAddress()

getRetries

public int getRetries()

getRetryInterval

public int getRetryInterval()

getSignAlgorithm

public String getSignAlgorithm()

getSubject

public String getSubject()

getVerifyCert

public byte[] getVerifyCert()

getVerifyX509Certificate

public X509Certificate getVerifyX509Certificate()

isDisabled

public boolean isDisabled()

isHostnameVerified

public boolean isHostnameVerified()

isInboundEncryptRequired

public boolean isInboundEncryptRequired()

isInboundSignRequired

public boolean isInboundSignRequired()

isOutboundCompressRequired

public boolean isOutboundCompressRequired()

isOutboundEncryptRequired

public boolean isOutboundEncryptRequired()

isOutboundSignRequired

public boolean isOutboundSignRequired()

isReceiptRequired

public boolean isReceiptRequired()

isReceiptSignRequired

public boolean isReceiptSignRequired()

isSyncReply

public boolean isSyncReply()

setAs2From

public void setAs2From(String as2From)

setAs2To

public void setAs2To(String as2To)

setEncryptAlgorithm

public void setEncryptAlgorithm(String encryptAlgorithm)

setEncryptCert

public void setEncryptCert(byte[] encryptCert)

setIsDisabled

public void setIsDisabled(boolean isDisabled)

setIsHostnameVerified

public void setIsHostnameVerified(boolean isHostnameVerified)

setIsInboundEncryptRequired

public void setIsInboundEncryptRequired(boolean isInboundEncryptRequired)

setIsInboundSignRequired

public void setIsInboundSignRequired(boolean isInboundSignRequired)

setIsOutboundCompressRequired

public void setIsOutboundCompressRequired(boolean isOutboundEncryptRequired)

setIsOutboundEncryptRequired

public void setIsOutboundEncryptRequired(boolean isOutboundEncryptRequired)

setIsOutboundSignRequired

public void setIsOutboundSignRequired(boolean isOutboundSignRequired)

setIsReceiptRequired

public void setIsReceiptRequired(boolean isReceiptRequired)

setIsReceiptSignRequired

public void setIsReceiptSignRequired(boolean isReceiptSignRequired)

setIsSyncReply

public void setIsSyncReply(boolean IsSyncReply)

setMicAlgorithm

public void setMicAlgorithm(String micAlgorithm)

setPartnershipId

public void setPartnershipId(String partnershipId)

setReceiptAddress

public void setReceiptAddress(String receiptAddress)

setRecipientAddress

public void setRecipientAddress(String recipientAddress)

setRetries

public void setRetries(int retries)

setRetryInterval

public void setRetryInterval(int retryInterval)

setSignAlgorithm

public void setSignAlgorithm(String signAlgorithm)

setSubject

public void setSubject(String subject)

setVerifyCert

public void setVerifyCert(byte[] verifyCert)