public class MSSRegistrationRespType extends MessageAbstractType
Java class for MSS_RegistrationRespType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MSS_RegistrationRespType">
<complexContent>
<extension base="{http://uri.etsi.org/TS102204/v1.1.2#}MessageAbstractType">
<sequence>
<element name="Status" type="{http://uri.etsi.org/TS102204/v1.1.2#}StatusType"/>
<element name="EncryptedData" type="{http://www.w3.org/2001/04/xmlenc#}EncryptedType" minOccurs="0"/>
<element name="CertificateURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="PublicKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
MessageAbstractType.APInfo, MessageAbstractType.MSSPInfo| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
certificateURI |
protected EncryptedType |
encryptedData |
protected byte[] |
publicKey |
protected StatusType |
status |
protected byte[] |
x509Certificate |
apInfo, majorVersion, minorVersion, msspInfo| Constructor and Description |
|---|
MSSRegistrationRespType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCertificateURI()
Gets the value of the certificateURI property.
|
EncryptedType |
getEncryptedData()
Gets the value of the encryptedData property.
|
byte[] |
getPublicKey()
Gets the value of the publicKey property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
byte[] |
getX509Certificate()
Gets the value of the x509Certificate property.
|
void |
setCertificateURI(java.lang.String value)
Sets the value of the certificateURI property.
|
void |
setEncryptedData(EncryptedType value)
Sets the value of the encryptedData property.
|
void |
setPublicKey(byte[] value)
Sets the value of the publicKey property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
void |
setX509Certificate(byte[] value)
Sets the value of the x509Certificate property.
|
getAPInfo, getMajorVersion, getMinorVersion, getMSSPInfo, setAPInfo, setMajorVersion, setMinorVersion, setMSSPInfoprotected StatusType status
protected EncryptedType encryptedData
protected java.lang.String certificateURI
protected byte[] x509Certificate
protected byte[] publicKey
public StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic EncryptedType getEncryptedData()
EncryptedTypepublic void setEncryptedData(EncryptedType value)
value - allowed object is
EncryptedTypepublic java.lang.String getCertificateURI()
Stringpublic void setCertificateURI(java.lang.String value)
value - allowed object is
Stringpublic byte[] getX509Certificate()
public void setX509Certificate(byte[] value)
value - allowed object is
byte[]public byte[] getPublicKey()
public void setPublicKey(byte[] value)
value - allowed object is
byte[]Copyright © 2025. All rights reserved.