public class MSSHandshakeRespType extends MessageAbstractType
Java class for MSS_HandshakeRespType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSS_HandshakeRespType">
<complexContent>
<extension base="{http://uri.etsi.org/TS102204/v1.1.2#}MessageAbstractType">
<sequence>
<element name="SecureMethods">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="MSS_Signature" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Registration" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Notification" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_ProfileQuery" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Receipt" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="MSS_Status" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="MatchingMSSPCertificates">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="unbounded" minOccurs="0"/v
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="MatchingAPCertificates">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="MatchingSigAlgList">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Algorithm" type="{http://uri.etsi.org/TS102204/v1.1.2#}mssURIType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="MSSP_TransID" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MSSHandshakeRespType.MatchingAPCertificates
Java class for anonymous complex type.
|
static class |
MSSHandshakeRespType.MatchingMSSPCertificates
Java class for anonymous complex type.
|
static class |
MSSHandshakeRespType.MatchingSigAlgList
Java class for anonymous complex type.
|
static class |
MSSHandshakeRespType.SecureMethods
Java class for anonymous complex type.
|
MessageAbstractType.APInfo, MessageAbstractType.MSSPInfo| Modifier and Type | Field and Description |
|---|---|
protected MSSHandshakeRespType.MatchingAPCertificates |
matchingAPCertificates |
protected MSSHandshakeRespType.MatchingMSSPCertificates |
matchingMSSPCertificates |
protected MSSHandshakeRespType.MatchingSigAlgList |
matchingSigAlgList |
protected java.lang.String |
msspTransID |
protected MSSHandshakeRespType.SecureMethods |
secureMethods |
apInfo, majorVersion, minorVersion, msspInfo| Constructor and Description |
|---|
MSSHandshakeRespType() |
| Modifier and Type | Method and Description |
|---|---|
MSSHandshakeRespType.MatchingAPCertificates |
getMatchingAPCertificates()
Gets the value of the matchingAPCertificates property.
|
MSSHandshakeRespType.MatchingMSSPCertificates |
getMatchingMSSPCertificates()
Gets the value of the matchingMSSPCertificates property.
|
MSSHandshakeRespType.MatchingSigAlgList |
getMatchingSigAlgList()
Gets the value of the matchingSigAlgList property.
|
java.lang.String |
getMSSPTransID()
Gets the value of the msspTransID property.
|
MSSHandshakeRespType.SecureMethods |
getSecureMethods()
Gets the value of the secureMethods property.
|
void |
setMatchingAPCertificates(MSSHandshakeRespType.MatchingAPCertificates value)
Sets the value of the matchingAPCertificates property.
|
void |
setMatchingMSSPCertificates(MSSHandshakeRespType.MatchingMSSPCertificates value)
Sets the value of the matchingMSSPCertificates property.
|
void |
setMatchingSigAlgList(MSSHandshakeRespType.MatchingSigAlgList value)
Sets the value of the matchingSigAlgList property.
|
void |
setMSSPTransID(java.lang.String value)
Sets the value of the msspTransID property.
|
void |
setSecureMethods(MSSHandshakeRespType.SecureMethods value)
Sets the value of the secureMethods property.
|
getAPInfo, getMajorVersion, getMinorVersion, getMSSPInfo, setAPInfo, setMajorVersion, setMinorVersion, setMSSPInfoprotected MSSHandshakeRespType.SecureMethods secureMethods
protected MSSHandshakeRespType.MatchingMSSPCertificates matchingMSSPCertificates
protected MSSHandshakeRespType.MatchingAPCertificates matchingAPCertificates
protected MSSHandshakeRespType.MatchingSigAlgList matchingSigAlgList
protected java.lang.String msspTransID
public MSSHandshakeRespType.SecureMethods getSecureMethods()
MSSHandshakeRespType.SecureMethodspublic void setSecureMethods(MSSHandshakeRespType.SecureMethods value)
value - allowed object is
MSSHandshakeRespType.SecureMethodspublic MSSHandshakeRespType.MatchingMSSPCertificates getMatchingMSSPCertificates()
MSSHandshakeRespType.MatchingMSSPCertificatespublic void setMatchingMSSPCertificates(MSSHandshakeRespType.MatchingMSSPCertificates value)
value - allowed object is
MSSHandshakeRespType.MatchingMSSPCertificatespublic MSSHandshakeRespType.MatchingAPCertificates getMatchingAPCertificates()
MSSHandshakeRespType.MatchingAPCertificatespublic void setMatchingAPCertificates(MSSHandshakeRespType.MatchingAPCertificates value)
value - allowed object is
MSSHandshakeRespType.MatchingAPCertificatespublic MSSHandshakeRespType.MatchingSigAlgList getMatchingSigAlgList()
MSSHandshakeRespType.MatchingSigAlgListpublic void setMatchingSigAlgList(MSSHandshakeRespType.MatchingSigAlgList value)
value - allowed object is
MSSHandshakeRespType.MatchingSigAlgListpublic java.lang.String getMSSPTransID()
Stringpublic void setMSSPTransID(java.lang.String value)
value - allowed object is
StringCopyright © 2025. All rights reserved.