org.opensaml.xml.encryption
Interface DHKeyValue

All Superinterfaces:
ValidatingXMLObject, XMLObject
All Known Implementing Classes:
DHKeyValueImpl

public interface DHKeyValue
extends ValidatingXMLObject

XMLObject representing XML Encryption, version 20021210, DHKeyValue element.


Field Summary
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.
 
Method Summary
 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.
 
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

DEFAULT_ELEMENT_LOCAL_NAME

static final String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.

Method Detail

getP

P getP()
Get the P child element.

Returns:
the P child element

setP

void setP(P newP)
Set the P child element.

Parameters:
newP - the new P child element

getQ

Q getQ()
Get the Q child element.

Returns:
the Q child element

setQ

void setQ(Q newQ)
Set the Q child element.

Parameters:
newQ - the new Q child element

getGenerator

Generator getGenerator()
Get the Generator child element.

Returns:
the Generator child element

setGenerator

void setGenerator(Generator newGenerator)
Set the G child element.

Parameters:
newGenerator - the new G child element

getPublic

Public getPublic()
Get the Public element.

Returns:
the Public element

setPublic

void setPublic(Public newPublic)
Set the Public element.

Parameters:
newPublic - the new Public child element

getSeed

Seed getSeed()
Get the seed element.

Returns:
the seed element

setSeed

void setSeed(Seed newSeed)
Set the seed element.

Parameters:
newSeed - new seed element

getPgenCounter

PgenCounter getPgenCounter()
Get the pgenCounter element.

Returns:
the pgenCounter element

setPgenCounter

void setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element.

Parameters:
newPgenCounter - new pgenCounter element


Copyright © 2006-2011 Internet2. All Rights Reserved.