public interface ECKeyValue extends XMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
ID_ATTRIB_NAME
Id attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
XMLObject |
getECParameters()
Get the ECParameters child element.
|
java.lang.String |
getID()
Get the Id attribute value.
|
NamedCurve |
getNamedCurve()
Get the NamedCurve child element.
|
PublicKey |
getPublicKey()
Get the PublicKey child element.
|
void |
setECParameters(XMLObject newParams)
Set the ECParameters child element.
|
void |
setID(java.lang.String newID)
Set the Id attribute value.
|
void |
setNamedCurve(NamedCurve newCurve)
Set the NamedCurve child element.
|
void |
setPublicKey(PublicKey newKey)
Set the PublicKey child element.
|
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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ID_ATTRIB_NAME
@Nullable java.lang.String getID()
void setID(@Nullable
java.lang.String newID)
newID - the new Id attribute value@Nullable XMLObject getECParameters()
void setECParameters(@Nullable
XMLObject newParams)
newParams - the new ECParameters child element@Nullable NamedCurve getNamedCurve()
void setNamedCurve(@Nullable
NamedCurve newCurve)
newCurve - the new NamedCurve child element@Nullable PublicKey getPublicKey()
void setPublicKey(@Nullable
PublicKey newKey)
newKey - the new PublicKey child element