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
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>
| 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 |
EncryptedDataType
public EncryptedDataType()
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.