Class DHKeyValueImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.encryption.impl.DHKeyValueImpl
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObject
,org.opensaml.xmlsec.encryption.DHKeyValue
public class DHKeyValueImpl extends org.opensaml.core.xml.AbstractXMLObject implements org.opensaml.xmlsec.encryption.DHKeyValue
Concrete implementation ofDHKeyValue
.
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.xmlsec.encryption.Generator
generator
Generator child element.private org.opensaml.xmlsec.encryption.P
p
P child element.private org.opensaml.xmlsec.encryption.PgenCounter
pgenCounter
pgenCounter child element.private org.opensaml.xmlsec.encryption.Public
publicChild
Public element.private org.opensaml.xmlsec.encryption.Q
q
Q child element.private org.opensaml.xmlsec.encryption.Seed
seed
seed child element.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DHKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xmlsec.encryption.Generator
getGenerator()
List<org.opensaml.core.xml.XMLObject>
getOrderedChildren()
org.opensaml.xmlsec.encryption.P
getP()
org.opensaml.xmlsec.encryption.PgenCounter
getPgenCounter()
org.opensaml.xmlsec.encryption.Public
getPublic()
org.opensaml.xmlsec.encryption.Q
getQ()
org.opensaml.xmlsec.encryption.Seed
getSeed()
void
setGenerator(org.opensaml.xmlsec.encryption.Generator newGenerator)
void
setP(org.opensaml.xmlsec.encryption.P newP)
void
setPgenCounter(org.opensaml.xmlsec.encryption.PgenCounter newPgenCounter)
void
setPublic(org.opensaml.xmlsec.encryption.Public newPublic)
void
setQ(org.opensaml.xmlsec.encryption.Q newQ)
void
setSeed(org.opensaml.xmlsec.encryption.Seed newSeed)
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
p
private org.opensaml.xmlsec.encryption.P p
P child element.
-
q
private org.opensaml.xmlsec.encryption.Q q
Q child element.
-
generator
private org.opensaml.xmlsec.encryption.Generator generator
Generator child element.
-
publicChild
private org.opensaml.xmlsec.encryption.Public publicChild
Public element.
-
seed
private org.opensaml.xmlsec.encryption.Seed seed
seed child element.
-
pgenCounter
private org.opensaml.xmlsec.encryption.PgenCounter pgenCounter
pgenCounter child element.
-
-
Method Detail
-
getP
public org.opensaml.xmlsec.encryption.P getP()
- Specified by:
getP
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setP
public void setP(org.opensaml.xmlsec.encryption.P newP)
- Specified by:
setP
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getQ
public org.opensaml.xmlsec.encryption.Q getQ()
- Specified by:
getQ
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setQ
public void setQ(org.opensaml.xmlsec.encryption.Q newQ)
- Specified by:
setQ
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getGenerator
public org.opensaml.xmlsec.encryption.Generator getGenerator()
- Specified by:
getGenerator
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setGenerator
public void setGenerator(org.opensaml.xmlsec.encryption.Generator newGenerator)
- Specified by:
setGenerator
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getPublic
public org.opensaml.xmlsec.encryption.Public getPublic()
- Specified by:
getPublic
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setPublic
public void setPublic(org.opensaml.xmlsec.encryption.Public newPublic)
- Specified by:
setPublic
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getSeed
public org.opensaml.xmlsec.encryption.Seed getSeed()
- Specified by:
getSeed
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setSeed
public void setSeed(org.opensaml.xmlsec.encryption.Seed newSeed)
- Specified by:
setSeed
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getPgenCounter
public org.opensaml.xmlsec.encryption.PgenCounter getPgenCounter()
- Specified by:
getPgenCounter
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
setPgenCounter
public void setPgenCounter(org.opensaml.xmlsec.encryption.PgenCounter newPgenCounter)
- Specified by:
setPgenCounter
in interfaceorg.opensaml.xmlsec.encryption.DHKeyValue
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildren
in interfaceorg.opensaml.core.xml.XMLObject
-
-