|
|||||||||
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.TransformSerializer
public class TransformSerializer
Converts String
s into Node
s and visa versa. This requires Xalan to
work properly.
Field Summary |
---|
Fields inherited from class org.apache.xml.security.encryption.AbstractSerializer |
---|
canon |
Constructor Summary | |
---|---|
TransformSerializer()
|
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)
|
Methods inherited from class org.apache.xml.security.encryption.AbstractSerializer |
---|
canonSerialize, canonSerializeToByteArray, createContext, createContext, serialize, serialize, serializeToByteArray, serializeToByteArray, setCanonicalizer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformSerializer()
Method Detail |
---|
public org.w3c.dom.Node deserialize(byte[] source, org.w3c.dom.Node ctx) throws XMLEncryptionException
deserialize
in interface Serializer
deserialize
in class AbstractSerializer
source
- ctx
-
XMLEncryptionException
public org.w3c.dom.Node deserialize(java.lang.String source, org.w3c.dom.Node ctx) throws XMLEncryptionException
deserialize
in interface Serializer
deserialize
in class AbstractSerializer
source
- ctx
-
XMLEncryptionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |