public class MSS_HandshakeReqType extends MessageAbstractType implements java.io.Serializable
| Constructor and Description |
|---|
MSS_HandshakeReqType() |
MSS_HandshakeReqType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
MSS_HandshakeReqTypeSecureMethods secureMethods,
byte[][] certificates,
java.lang.String[] rootCAs,
MssURIType[] signatureAlgList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
byte[][] |
getCertificates()
Gets the certificates value for this MSS_HandshakeReqType.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String[] |
getRootCAs()
Gets the rootCAs value for this MSS_HandshakeReqType.
|
MSS_HandshakeReqTypeSecureMethods |
getSecureMethods()
Gets the secureMethods value for this MSS_HandshakeReqType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
MssURIType[] |
getSignatureAlgList()
Gets the signatureAlgList value for this MSS_HandshakeReqType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCertificates(byte[][] certificates)
Sets the certificates value for this MSS_HandshakeReqType.
|
void |
setRootCAs(java.lang.String[] rootCAs)
Sets the rootCAs value for this MSS_HandshakeReqType.
|
void |
setSecureMethods(MSS_HandshakeReqTypeSecureMethods secureMethods)
Sets the secureMethods value for this MSS_HandshakeReqType.
|
void |
setSignatureAlgList(MssURIType[] signatureAlgList)
Sets the signatureAlgList value for this MSS_HandshakeReqType.
|
getAP_Info, getMajorVersion, getMinorVersion, getMSSP_Info, setAP_Info, setMajorVersion, setMinorVersion, setMSSP_Infopublic MSS_HandshakeReqType()
public MSS_HandshakeReqType(java.math.BigInteger majorVersion,
java.math.BigInteger minorVersion,
MessageAbstractTypeAP_Info AP_Info,
MessageAbstractTypeMSSP_Info MSSP_Info,
MSS_HandshakeReqTypeSecureMethods secureMethods,
byte[][] certificates,
java.lang.String[] rootCAs,
MssURIType[] signatureAlgList)
public MSS_HandshakeReqTypeSecureMethods getSecureMethods()
public void setSecureMethods(MSS_HandshakeReqTypeSecureMethods secureMethods)
secureMethods - public byte[][] getCertificates()
public void setCertificates(byte[][] certificates)
certificates - public java.lang.String[] getRootCAs()
public void setRootCAs(java.lang.String[] rootCAs)
rootCAs - public MssURIType[] getSignatureAlgList()
public void setSignatureAlgList(MssURIType[] signatureAlgList)
signatureAlgList - 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.