org.w3._2001._04.xmlenc
Class EncryptedDataType

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

public class EncryptedDataType
extends EncryptedType
implements java.io.Serializable

Java class for EncryptedDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EncryptedDataType">
   <complexContent>
     <extension base="{http://www.w3.org/2001/04/xmlenc#}EncryptedType">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.w3._2001._04.xmlenc.EncryptedType
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type
 
Constructor Summary
EncryptedDataType()
           
 
Method Summary
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptedDataType

public EncryptedDataType()
Method Detail

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class EncryptedType


Copyright © 2011 evolveum. All Rights Reserved.