|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons.enc.v2.KeyInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:07:37+01:00",
comments="JAXB RI v2.2.11")
public class KeyInfoContains the information type about the key used for the encryption
Java class for KeyInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{urn:be:fgov:ehealth:commons:enc:v2}ETKSearchCriteria"/>
<element ref="{urn:be:fgov:ehealth:commons:enc:v2}EncryptedKey"/>
<element ref="{urn:be:fgov:ehealth:commons:enc:v2}Key"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
KeyInfo()
|
|
| Method Summary | |
|---|---|
EncryptedDataType |
getEncryptedKey()
Contains the encrypted Key |
ETKSearchCriteria |
getETKSearchCriteria()
Gets the value of the etkSearchCriteria property. |
Key |
getKey()
Contains the key to use to encrypt the response |
void |
setEncryptedKey(EncryptedDataType value)
Sets the value of the encryptedKey property. |
void |
setETKSearchCriteria(ETKSearchCriteria value)
Sets the value of the etkSearchCriteria property. |
void |
setKey(Key value)
Sets the value of the key property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyInfo()
| Method Detail |
|---|
public Key getKey()
Keypublic void setKey(Key value)
value - allowed object is
Keypublic EncryptedDataType getEncryptedKey()
EncryptedDataTypepublic void setEncryptedKey(EncryptedDataType value)
value - allowed object is
EncryptedDataTypepublic ETKSearchCriteria getETKSearchCriteria()
ETKSearchCriteriapublic void setETKSearchCriteria(ETKSearchCriteria value)
value - allowed object is
ETKSearchCriteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||