@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:15:35+01:00", comments="JAXB RI v2.3.7") public class EncryptedKey extends EncryptedType implements Serializable
Java class for EncryptedKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedKeyType">
<complexContent>
<extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
<sequence>
<element ref="{http://www.w3.org/2001/04/xmlenc#}ReferenceList" minOccurs="0"/>
<element name="CarriedKeyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Recipient" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EncryptedKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCarriedKeyName()
Gets the value of the carriedKeyName property.
|
String |
getRecipient()
Gets the value of the recipient property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
void |
setCarriedKeyName(String value)
Sets the value of the carriedKeyName property.
|
void |
setRecipient(String value)
Sets the value of the recipient property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setTypepublic ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic String getCarriedKeyName()
Stringpublic void setCarriedKeyName(String value)
value - allowed object is
Stringpublic String getRecipient()
String
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.