|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.etee.kgss._1_0.protocol.GetKeyRequestContent
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:31:53+02:00",
comments="JAXB RI v2.2.11")
public class GetKeyRequestContent
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<choice>
<element name="ETK" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<sequence minOccurs="0">
<element name="KeyEncryptionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="KeyEncryptionKeyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetKeyRequestContent()
|
|
| Method Summary | |
|---|---|
byte[] |
getETK()
Gets the value of the etk property. |
byte[] |
getKeyEncryptionKey()
Gets the value of the keyEncryptionKey property. |
byte[] |
getKeyEncryptionKeyIdentifier()
Gets the value of the keyEncryptionKeyIdentifier property. |
byte[] |
getKeyIdentifier()
Gets the value of the keyIdentifier property. |
void |
setETK(byte[] value)
Sets the value of the etk property. |
void |
setKeyEncryptionKey(byte[] value)
Sets the value of the keyEncryptionKey property. |
void |
setKeyEncryptionKeyIdentifier(byte[] value)
Sets the value of the keyEncryptionKeyIdentifier property. |
void |
setKeyIdentifier(byte[] value)
Sets the value of the keyIdentifier property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetKeyRequestContent()
| Method Detail |
|---|
public byte[] getKeyIdentifier()
public void setKeyIdentifier(byte[] value)
value - allowed object is
byte[]public byte[] getKeyEncryptionKey()
public void setKeyEncryptionKey(byte[] value)
value - allowed object is
byte[]public byte[] getKeyEncryptionKeyIdentifier()
public void setKeyEncryptionKeyIdentifier(byte[] value)
value - allowed object is
byte[]public byte[] getETK()
public void setETK(byte[] value)
value - allowed object is
byte[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||