XMLTooling-J 1.3.2-redhat-4

org.opensaml.xml.signature.impl
Class CryptoBinaryImpl

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.opensaml.xml.validation.AbstractValidatingXMLObject
          extended by org.opensaml.xml.schema.impl.XSBase64BinaryImpl
              extended by org.opensaml.xml.signature.impl.CryptoBinaryImpl
All Implemented Interfaces:
XSBase64Binary, CryptoBinary, ValidatingXMLObject, XMLObject
Direct Known Subclasses:
ExponentImpl, GeneratorImpl, GImpl, JImpl, ModulusImpl, PgenCounterImpl, PgenCounterImpl, PImpl, PImpl, PublicImpl, QImpl, QImpl, SeedImpl, SeedImpl, YImpl

public class CryptoBinaryImpl
extends XSBase64BinaryImpl
implements CryptoBinary

Concrete implementation of CryptoBinary.


Field Summary
 
Fields inherited from interface org.opensaml.xml.signature.CryptoBinary
TYPE_LOCAL_NAME, TYPE_NAME
 
Constructor Summary
protected CryptoBinaryImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
          Constructor.
 
Method Summary
 BigInteger getValueBigInt()
          Convenience method to get the value of the element as a BigInteger type.
 void setValue(String newValue)
          Sets the base64-encoded binary value.
 void setValueBigInt(BigInteger bigInt)
          Convenience method to set the value of the element as a BigInteger type.
 
Methods inherited from class org.opensaml.xml.schema.impl.XSBase64BinaryImpl
getOrderedChildren, getValue
 
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate, validateChildren
 
Methods inherited from class org.opensaml.xml.AbstractXMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.schema.XSBase64Binary
getValue
 
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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Constructor Detail

CryptoBinaryImpl

protected CryptoBinaryImpl(String namespaceURI,
                           String elementLocalName,
                           String namespacePrefix)
Constructor.

Parameters:
namespaceURI -
elementLocalName -
namespacePrefix -
Method Detail

getValueBigInt

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

Specified by:
getValueBigInt in interface CryptoBinary
Returns:
the BigInteger representation of the element's content

setValueBigInt

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

Specified by:
setValueBigInt in interface CryptoBinary
Parameters:
bigInt - the new BigInteger representation of the element's content

setValue

public void setValue(String newValue)
Sets the base64-encoded binary value.

Specified by:
setValue in interface XSBase64Binary
Overrides:
setValue in class XSBase64BinaryImpl
Parameters:
newValue - the string value

XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.