org.opensaml.xml.signature
Interface ECPointType

All Superinterfaces:
CryptoBinary, ValidatingXMLObject, XMLObject, XSBase64Binary
All Known Subinterfaces:
PublicKey
All Known Implementing Classes:
ECPointTypeImpl, PublicKeyImpl

public interface ECPointType
extends CryptoBinary

XMLObject representing XML Digital Signature 1.1 ECPointType element.


Field Summary
static String TYPE_LOCAL_NAME
          Element local name.
static QName TYPE_NAME
          Default element name.
 
Method Summary
 
Methods inherited from interface org.opensaml.xml.signature.CryptoBinary
getValueBigInt, setValueBigInt
 
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, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
Default element name.



Copyright © 1999-2013. All Rights Reserved.