Package com.sun.xml.security.core.xenc
Class EncryptedDataType
java.lang.Object
com.sun.xml.security.core.xenc.EncryptedType
com.sun.xml.security.core.xenc.EncryptedDataType
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 -
Method Summary
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
-
Constructor Details
-
EncryptedDataType
public EncryptedDataType()
-
-
Method Details
-
getType
Description copied from class:EncryptedTypeGets the value of the type property.- Overrides:
getTypein classEncryptedType- Returns:
- possible object is
String
-
getTokenValue
-