Class XMLCipher.Factory.EncryptedDataImpl
- java.lang.Object
-
- org.apache.xml.security.encryption.XMLCipher.Factory.EncryptedTypeImpl
-
- org.apache.xml.security.encryption.XMLCipher.Factory.EncryptedDataImpl
-
- All Implemented Interfaces:
EncryptedData
,EncryptedType
- Enclosing class:
- XMLCipher.Factory
private class XMLCipher.Factory.EncryptedDataImpl extends XMLCipher.Factory.EncryptedTypeImpl implements EncryptedData
-
-
Constructor Summary
Constructors Constructor Description EncryptedDataImpl(CipherData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.w3c.dom.Element
toElement()
-
Methods inherited from class org.apache.xml.security.encryption.XMLCipher.Factory.EncryptedTypeImpl
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, 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
-
Methods inherited from interface org.apache.xml.security.encryption.EncryptedType
getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setEncoding, setEncryptionMethod, setEncryptionProperties, setId, setKeyInfo, setMimeType, setType
-
-
-
-
Constructor Detail
-
EncryptedDataImpl
public EncryptedDataImpl(CipherData data)
- Parameters:
data
-
-
-