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>
cipherData, encoding, encryptionMethod, encryptionProperties, id, keyInfo, mimeType, type| Constructor and Description |
|---|
EncryptedDataType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getTokenValue() |
String |
getType()
Gets the value of the type property.
|
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, setCipherData, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setTypepublic String getType()
EncryptedTypegetType in class EncryptedTypeStringpublic Object getTokenValue()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.