org.w3._2001._04.xmlenc
Class EncryptedKey

java.lang.Object
  extended by org.w3._2001._04.xmlenc.EncryptedType
      extended by org.w3._2001._04.xmlenc.EncryptedKey
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-04-04T03:40:51+02:00",
           comments="JAXB RI v2.3.6")
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>
 

See Also:
Serialized Form

Constructor Summary
EncryptedKey()
           
 
Method Summary
 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.
 
Methods inherited from class org.w3._2001._04.xmlenc.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedKey

public EncryptedKey()
Method Detail

getReferenceList

public ReferenceList getReferenceList()
Gets the value of the referenceList property.

Returns:
possible object is ReferenceList

setReferenceList

public void setReferenceList(ReferenceList value)
Sets the value of the referenceList property.

Parameters:
value - allowed object is ReferenceList

getCarriedKeyName

public String getCarriedKeyName()
Gets the value of the carriedKeyName property.

Returns:
possible object is String

setCarriedKeyName

public void setCarriedKeyName(String value)
Sets the value of the carriedKeyName property.

Parameters:
value - allowed object is String

getRecipient

public String getRecipient()
Gets the value of the recipient property.

Returns:
possible object is String

setRecipient

public void setRecipient(String value)
Sets the value of the recipient property.

Parameters:
value - allowed object is String



Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.