public class MSSHandshakeReqType extends MessageAbstractType
Java class for MSS_HandshakeReqType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSS_HandshakeReqType">
<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="Certificates">
<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="RootCAs">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DN" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SignatureAlgList">
<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>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MSSHandshakeReqType.Certificates
Java class for anonymous complex type.
|
static class |
MSSHandshakeReqType.RootCAs
Java class for anonymous complex type.
|
static class |
MSSHandshakeReqType.SecureMethods
Java class for anonymous complex type.
|
static class |
MSSHandshakeReqType.SignatureAlgList
Java class for anonymous complex type.
|
MessageAbstractType.APInfo, MessageAbstractType.MSSPInfo| Modifier and Type | Field and Description |
|---|---|
protected MSSHandshakeReqType.Certificates |
certificates |
protected MSSHandshakeReqType.RootCAs |
rootCAs |
protected MSSHandshakeReqType.SecureMethods |
secureMethods |
protected MSSHandshakeReqType.SignatureAlgList |
signatureAlgList |
apInfo, majorVersion, minorVersion, msspInfo| Constructor and Description |
|---|
MSSHandshakeReqType() |
| Modifier and Type | Method and Description |
|---|---|
MSSHandshakeReqType.Certificates |
getCertificates()
Gets the value of the certificates property.
|
MSSHandshakeReqType.RootCAs |
getRootCAs()
Gets the value of the rootCAs property.
|
MSSHandshakeReqType.SecureMethods |
getSecureMethods()
Gets the value of the secureMethods property.
|
MSSHandshakeReqType.SignatureAlgList |
getSignatureAlgList()
Gets the value of the signatureAlgList property.
|
void |
setCertificates(MSSHandshakeReqType.Certificates value)
Sets the value of the certificates property.
|
void |
setRootCAs(MSSHandshakeReqType.RootCAs value)
Sets the value of the rootCAs property.
|
void |
setSecureMethods(MSSHandshakeReqType.SecureMethods value)
Sets the value of the secureMethods property.
|
void |
setSignatureAlgList(MSSHandshakeReqType.SignatureAlgList value)
Sets the value of the signatureAlgList property.
|
getAPInfo, getMajorVersion, getMinorVersion, getMSSPInfo, setAPInfo, setMajorVersion, setMinorVersion, setMSSPInfoprotected MSSHandshakeReqType.SecureMethods secureMethods
protected MSSHandshakeReqType.Certificates certificates
protected MSSHandshakeReqType.RootCAs rootCAs
protected MSSHandshakeReqType.SignatureAlgList signatureAlgList
public MSSHandshakeReqType.SecureMethods getSecureMethods()
MSSHandshakeReqType.SecureMethodspublic void setSecureMethods(MSSHandshakeReqType.SecureMethods value)
value - allowed object is
MSSHandshakeReqType.SecureMethodspublic MSSHandshakeReqType.Certificates getCertificates()
MSSHandshakeReqType.Certificatespublic void setCertificates(MSSHandshakeReqType.Certificates value)
value - allowed object is
MSSHandshakeReqType.Certificatespublic MSSHandshakeReqType.RootCAs getRootCAs()
MSSHandshakeReqType.RootCAspublic void setRootCAs(MSSHandshakeReqType.RootCAs value)
value - allowed object is
MSSHandshakeReqType.RootCAspublic MSSHandshakeReqType.SignatureAlgList getSignatureAlgList()
MSSHandshakeReqType.SignatureAlgListpublic void setSignatureAlgList(MSSHandshakeReqType.SignatureAlgList value)
value - allowed object is
MSSHandshakeReqType.SignatureAlgListCopyright © 2025. All rights reserved.