@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T02:56:14+02:00", comments="JAXB RI v2.3.7") public class GetKeyRequestContent extends Object implements Serializable
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 and Description |
|---|
GetKeyRequestContent() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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[]
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.