public interface ECKeyValue extends XMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
ID_ATTRIB_NAME
Id attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
XMLObject |
getECParameters()
Get the ECParameters child element.
|
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(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, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String ID_ATTRIB_NAME
void setID(@Nullable 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()
Copyright © 2016 JBoss by Red Hat. All rights reserved.