org.opensaml.xml.signature.impl
Class CryptoBinaryImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.schema.impl.XSBase64BinaryImpl
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
.
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, 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.XMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
CryptoBinaryImpl
protected CryptoBinaryImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
- Constructor.
- Parameters:
namespaceURI
- elementLocalName
- namespacePrefix
-
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
Copyright © 2006-2010 Internet2. All Rights Reserved.