Class DSAKeyValueImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.signature.impl.DSAKeyValueImpl
- All Implemented Interfaces:
XMLObject,DSAKeyValue
Concrete implementation of
DSAKeyValue.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GG child element.private JJ child element.private PP child element.private PgenCounterPgenCounter child element.private QQ child element.private SeedSeed child element.private YY child element.Fields inherited from interface org.opensaml.xmlsec.signature.DSAKeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDSAKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetG()getJ()getP()getQ()getSeed()getY()voidvoidvoidvoidsetPgenCounter(PgenCounter newPgenCounter) voidvoidvoidMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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 Details
-
p
P child element. -
q
Q child element. -
g
G child element. -
y
Y child element. -
j
J child element. -
seed
Seed child element. -
pgenCounter
PgenCounter child element.
-
-
Constructor Details
-
DSAKeyValueImpl
protected DSAKeyValueImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix) Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Details
-
getP
- Specified by:
getPin interfaceDSAKeyValue
-
setP
- Specified by:
setPin interfaceDSAKeyValue
-
getQ
- Specified by:
getQin interfaceDSAKeyValue
-
setQ
- Specified by:
setQin interfaceDSAKeyValue
-
getG
- Specified by:
getGin interfaceDSAKeyValue
-
setG
- Specified by:
setGin interfaceDSAKeyValue
-
getY
- Specified by:
getYin interfaceDSAKeyValue
-
setY
- Specified by:
setYin interfaceDSAKeyValue
-
getJ
- Specified by:
getJin interfaceDSAKeyValue
-
setJ
- Specified by:
setJin interfaceDSAKeyValue
-
getSeed
- Specified by:
getSeedin interfaceDSAKeyValue
-
setSeed
- Specified by:
setSeedin interfaceDSAKeyValue
-
getPgenCounter
- Specified by:
getPgenCounterin interfaceDSAKeyValue
-
setPgenCounter
- Specified by:
setPgenCounterin interfaceDSAKeyValue
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-