org.w3._2001._04.xmlenc_
Class EncryptedDataType
java.lang.Object
org.w3._2001._04.xmlenc_.EncryptedType
org.w3._2001._04.xmlenc_.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 org.w3._2001._04.xmlenc_.EncryptedType |
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, 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()
Copyright © 2012-2013. All Rights Reserved.