A DOM-based representation of the XML CryptoBinary simple type
as defined in the W3C specification for XML-Signature Syntax and Processing.
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:
Create a DOMCryptoBinary instance from the specified
BigInteger
Create a DOMCryptoBinary instance from the specified BigInteger Parameters: - bigNum - the arbitrary-length integer
Throws: - NullPointerException - if bigNum is null
Creates a DOMCryptoBinary from a node.
Parameters: - cbNode - a CryptoBinary text node
Throws: - MarshalException - if value cannot be decoded (invalid format)