Class EncryptedKeyType

java.lang.Object
eu.europa.esig.xmlenc.jaxb.EncryptedType
eu.europa.esig.xmlenc.jaxb.EncryptedKeyType

public class EncryptedKeyType extends EncryptedType

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>