com.sun.xml.security.core.xenc
Class EncryptedDataType

java.lang.Object
  extended by com.sun.xml.security.core.xenc.EncryptedType
      extended by com.sun.xml.security.core.xenc.EncryptedDataType

public class EncryptedDataType
extends EncryptedType

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>
 


Field Summary
 
Fields inherited from class com.sun.xml.security.core.xenc.EncryptedType
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type
 
Constructor Summary
EncryptedDataType()
           
 
Method Summary
 Object getTokenValue()
           
 String getType()
          Gets the value of the type property.
 
Methods inherited from class com.sun.xml.security.core.xenc.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedDataType

public EncryptedDataType()
Method Detail

getType

public String getType()
Description copied from class: EncryptedType
Gets the value of the type property.

Overrides:
getType in class EncryptedType
Returns:
possible object is String

getTokenValue

public Object getTokenValue()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.