public interface DHKeyValue
extends org.opensaml.core.xml.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 |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
Generator |
getGenerator()
Get the Generator child element.
|
P |
getP()
Get the P child element.
|
PgenCounter |
getPgenCounter()
Get the pgenCounter element.
|
Public |
getPublic()
Get the Public element.
|
Q |
getQ()
Get the Q child element.
|
Seed |
getSeed()
Get the seed element.
|
void |
setGenerator(Generator newGenerator)
Set the G child element.
|
void |
setP(P newP)
Set the P child element.
|
void |
setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element.
|
void |
setPublic(Public newPublic)
Set the Public element.
|
void |
setQ(Q newQ)
Set the Q child element.
|
void |
setSeed(Seed newSeed)
Set the seed 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
void setP(@Nullable P newP)
newP
- the new P child elementvoid setQ(@Nullable Q newQ)
newQ
- the new Q child element@Nullable Generator getGenerator()
void setGenerator(@Nullable Generator newGenerator)
newGenerator
- the new G child elementvoid setPublic(@Nullable Public newPublic)
newPublic
- the new Public child elementvoid setSeed(@Nullable Seed newSeed)
newSeed
- new seed element@Nullable PgenCounter getPgenCounter()
void setPgenCounter(@Nullable PgenCounter newPgenCounter)
newPgenCounter
- new pgenCounter elementCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.