|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.schema.impl.XSBase64BinaryImpl
org.opensaml.xml.signature.impl.CryptoBinaryImpl
public class CryptoBinaryImpl
Concrete implementation of CryptoBinary.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.xml.signature.CryptoBinary |
|---|
TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
CryptoBinaryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
java.math.BigInteger |
getValueBigInt()
Convenience method to get the value of the element as a BigInteger type. |
void |
setValue(java.lang.String newValue)
Sets the base64-encoded binary value. |
void |
setValueBigInt(java.math.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 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 |
|---|
protected CryptoBinaryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - elementLocalName - namespacePrefix - | Method Detail |
|---|
public java.math.BigInteger getValueBigInt()
getValueBigInt in interface CryptoBinarypublic void setValueBigInt(java.math.BigInteger bigInt)
setValueBigInt in interface CryptoBinarybigInt - the new BigInteger representation of the element's contentpublic void setValue(java.lang.String newValue)
setValue in interface XSBase64BinarysetValue in class XSBase64BinaryImplnewValue - the string value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||