XML Security, 1.6

com.ibm.xml.enc.dom
Class Unmarshalling

java.lang.Object
  extended by com.ibm.xml.enc.dom.Unmarshalling

 class Unmarshalling
extends java.lang.Object


Constructor Summary
Unmarshalling(DOMDecryptContext ct)
           
 
Method Summary
static EncryptedType unmarshal(XMLDecryptContext context)
           
(package private)  EncryptedType unmarshalEncryptedType(org.w3c.dom.Element elem)
          Unmarshals the EncryptedType which schema is defined as: Schema Definition:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unmarshalling

public Unmarshalling(DOMDecryptContext ct)
Method Detail

unmarshal

public static EncryptedType unmarshal(XMLDecryptContext context)
                               throws MarshalException
Throws:
MarshalException

unmarshalEncryptedType

EncryptedType unmarshalEncryptedType(org.w3c.dom.Element elem)
                               throws MarshalException
Unmarshals the EncryptedType which schema is defined as: Schema Definition:

Throws:
MarshalException

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.