|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcp.xml.dsig.internal.dom.DOMStructure
org.jcp.xml.dsig.internal.dom.DOMCryptoBinary
public final class DOMCryptoBinary
Disabled: no SafeJ information.
A DOM-based representation of the XML CryptoBinary
simple type
as defined in the W3C specification for XML-Signature Syntax and Processing.
The XML Schema Definition is defined as:
Constructor Summary | |
---|---|
DOMCryptoBinary(BigInteger bigNum)
Create a DOMCryptoBinary instance from the specified
BigInteger |
|
DOMCryptoBinary(org.w3c.dom.Node cbNode)
Creates a DOMCryptoBinary from a node. |
Method Summary | |
---|---|
BigInteger |
getBigNum()
Returns the BigInteger that this object contains. |
void |
marshal(org.w3c.dom.Node parent,
String prefix,
DOMCryptoContext context)
|
Methods inherited from class org.jcp.xml.dsig.internal.dom.DOMStructure |
---|
isFeatureSupported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMCryptoBinary(BigInteger bigNum)
DOMCryptoBinary
instance from the specified
BigInteger
bigNum
- the arbitrary-length integer
NullPointerException
- if bigNum
is null
public DOMCryptoBinary(org.w3c.dom.Node cbNode) throws MarshalException
DOMCryptoBinary
from a node.
cbNode
- a CryptoBinary text node
MarshalException
- if value cannot be decoded (invalid format)Method Detail |
---|
public BigInteger getBigNum()
BigInteger
that this object contains.
BigInteger
that this object containspublic void marshal(org.w3c.dom.Node parent, String prefix, DOMCryptoContext context) throws MarshalException
marshal
in class DOMStructure
MarshalException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |