- java.lang.Object
-
- com.sun.xml.security.core.xenc.EncryptedType
-
- 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
Constructors Constructor Description EncryptedDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetTokenValue()StringgetType()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
-
-
-
-
Method Detail
-
getType
public String getType()
Description copied from class:EncryptedTypeGets the value of the type property.- Overrides:
getTypein classEncryptedType- Returns:
- possible object is
String
-
getTokenValue
public Object getTokenValue()
-
-