|
||||||||||
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="2017-06-27T08:06:10+02:00", comments="JAXB RI v2.2.11") public class KeyInfo
Contains 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()
Key
public void setKey(Key value)
value
- allowed object is
Key
public EncryptedDataType getEncryptedKey()
EncryptedDataType
public void setEncryptedKey(EncryptedDataType value)
value
- allowed object is
EncryptedDataType
public ETKSearchCriteria getETKSearchCriteria()
ETKSearchCriteria
public 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 |