public class MSS_HandshakeRespType extends MessageAbstractType implements java.io.Serializable
| Constructor and Description |
|---|
MSS_HandshakeRespType() |
MSS_HandshakeRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
org.apache.axis.types.NCName MSSP_TransID,
MSS_HandshakeRespTypeSecureMethods secureMethods,
byte[][] matchingMSSPCertificates,
byte[][] matchingAPCertificates,
MssURIType[] matchingSigAlgList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
byte[][] |
getMatchingAPCertificates()
Gets the matchingAPCertificates value for this MSS_HandshakeRespType.
|
byte[][] |
getMatchingMSSPCertificates()
Gets the matchingMSSPCertificates value for this MSS_HandshakeRespType.
|
MssURIType[] |
getMatchingSigAlgList()
Gets the matchingSigAlgList value for this MSS_HandshakeRespType.
|
org.apache.axis.types.NCName |
getMSSP_TransID()
Gets the MSSP_TransID value for this MSS_HandshakeRespType.
|
MSS_HandshakeRespTypeSecureMethods |
getSecureMethods()
Gets the secureMethods value for this MSS_HandshakeRespType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setMatchingAPCertificates(byte[][] matchingAPCertificates)
Sets the matchingAPCertificates value for this MSS_HandshakeRespType.
|
void |
setMatchingMSSPCertificates(byte[][] matchingMSSPCertificates)
Sets the matchingMSSPCertificates value for this MSS_HandshakeRespType.
|
void |
setMatchingSigAlgList(MssURIType[] matchingSigAlgList)
Sets the matchingSigAlgList value for this MSS_HandshakeRespType.
|
void |
setMSSP_TransID(org.apache.axis.types.NCName MSSP_TransID)
Sets the MSSP_TransID value for this MSS_HandshakeRespType.
|
void |
setSecureMethods(MSS_HandshakeRespTypeSecureMethods secureMethods)
Sets the secureMethods value for this MSS_HandshakeRespType.
|
getAP_Info, getMajorVersion, getMinorVersion, getMSSP_Info, setAP_Info, setMajorVersion, setMinorVersion, setMSSP_Infopublic MSS_HandshakeRespType()
public MSS_HandshakeRespType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
org.apache.axis.types.NCName MSSP_TransID,
MSS_HandshakeRespTypeSecureMethods secureMethods,
byte[][] matchingMSSPCertificates,
byte[][] matchingAPCertificates,
MssURIType[] matchingSigAlgList)
public MSS_HandshakeRespTypeSecureMethods getSecureMethods()
public void setSecureMethods(MSS_HandshakeRespTypeSecureMethods secureMethods)
secureMethods - public byte[][] getMatchingMSSPCertificates()
public void setMatchingMSSPCertificates(byte[][] matchingMSSPCertificates)
matchingMSSPCertificates - public byte[][] getMatchingAPCertificates()
public void setMatchingAPCertificates(byte[][] matchingAPCertificates)
matchingAPCertificates - public MssURIType[] getMatchingSigAlgList()
public void setMatchingSigAlgList(MssURIType[] matchingSigAlgList)
matchingSigAlgList - public org.apache.axis.types.NCName getMSSP_TransID()
public void setMSSP_TransID(org.apache.axis.types.NCName MSSP_TransID)
MSSP_TransID - public boolean equals(java.lang.Object obj)
equals in class MessageAbstractTypepublic int hashCode()
hashCode in class MessageAbstractTypepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Copyright © 2025. All rights reserved.