public class CryptoBinaryImpl extends org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl implements CryptoBinary
CryptoBinary
.Modifier and Type | Field and Description |
---|---|
private BigInteger |
bigIntValue
The cached BigInteger representation of the element's base64-encoded value.
|
TYPE_LOCAL_NAME, TYPE_NAME
Modifier | Constructor and Description |
---|---|
protected |
CryptoBinaryImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getValueBigInt() |
void |
setValue(String newValue) |
void |
setValueBigInt(BigInteger bigInt) |
getOrderedChildren, getValue
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
private BigInteger bigIntValue
protected CryptoBinaryImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespacepublic BigInteger getValueBigInt()
getValueBigInt
in interface CryptoBinary
public void setValueBigInt(BigInteger bigInt)
setValueBigInt
in interface CryptoBinary
public void setValue(String newValue)
setValue
in interface org.opensaml.core.xml.schema.XSBase64Binary
setValue
in class org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.