API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMCryptoBinary View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMCryptoBinary
Implements
Subclasses
Description
publicfinal class DOMCryptoBinary
  A DOM-based representation of the XML CryptoBinary simple type as defined in the W3C specification for XML-Signature Syntax and Processing.
See also:   
Constructors
public DOMCryptoBinary (BigInteger bigNum)
  Create a DOMCryptoBinary instance from the specified BigInteger
public DOMCryptoBinary (Node cbNode) throws MarshalException
  Creates a DOMCryptoBinary from a node.
Methods
Hide/Show inherited methods
public BigInteger getBigNum ()
  Returns the BigInteger that this object contains.
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String prefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar