|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xml.security.encryption.AbstractSerializer
org.apache.xml.security.encryption.DocumentSerializer
public class DocumentSerializer
Converts Strings into Nodes and visa versa.
| Field Summary |
|---|
| Fields inherited from class org.apache.xml.security.encryption.AbstractSerializer |
|---|
canon, secureValidation |
| Constructor Summary | |
|---|---|
DocumentSerializer()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Node |
deserialize(byte[] source,
org.w3c.dom.Node ctx)
|
org.w3c.dom.Node |
deserialize(java.lang.String source,
org.w3c.dom.Node ctx)
Deprecated. |
| Methods inherited from class org.apache.xml.security.encryption.AbstractSerializer |
|---|
canonSerialize, canonSerializeToByteArray, createContext, createContext, isSecureValidation, serialize, serialize, serializeToByteArray, serializeToByteArray, setCanonicalizer, setSecureValidation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentSerializer()
| Method Detail |
|---|
public org.w3c.dom.Node deserialize(byte[] source,
org.w3c.dom.Node ctx)
throws XMLEncryptionException
deserialize in interface Serializerdeserialize in class AbstractSerializersource - ctx -
XMLEncryptionException
@Deprecated
public org.w3c.dom.Node deserialize(java.lang.String source,
org.w3c.dom.Node ctx)
throws XMLEncryptionException
deserialize in interface Serializerdeserialize in class AbstractSerializersource - ctx -
XMLEncryptionException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||