org.opensaml.xml.signature
Interface CryptoBinary

All Superinterfaces:
ValidatingXMLObject, XMLObject, XSBase64Binary
All Known Subinterfaces:
Exponent, G, Generator, J, Modulus, P, P, PgenCounter, PgenCounter, Public, Q, Q, Seed, Seed, Y
All Known Implementing Classes:
CryptoBinaryImpl, ExponentImpl, GeneratorImpl, GImpl, JImpl, ModulusImpl, PgenCounterImpl, PgenCounterImpl, PImpl, PImpl, PublicImpl, QImpl, QImpl, SeedImpl, SeedImpl, YImpl

public interface CryptoBinary
extends XSBase64Binary

XMLObject representing XML Digital Signature, version 20020212, CryptoBinary simple type.


Field Summary
static java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 java.math.BigInteger getValueBigInt()
          Convenience method to get the value of the element as a BigInteger type.
 void setValueBigInt(java.math.BigInteger bigInt)
          Convenience method to set the value of the element as a BigInteger type.
 
Methods inherited from interface org.opensaml.xml.schema.XSBase64Binary
getValue, setValue
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.

Method Detail

getValueBigInt

java.math.BigInteger getValueBigInt()
Convenience method to get the value of the element as a BigInteger type.

Returns:
the BigInteger representation of the element's content

setValueBigInt

void setValueBigInt(java.math.BigInteger bigInt)
Convenience method to set the value of the element as a BigInteger type.

Parameters:
bigInt - the new BigInteger representation of the element's content


Copyright © 2006-2012 Internet2. All Rights Reserved.