Class DSAKeyValue
java.lang.Object
org.apache.xml.security.utils.ElementProxy
org.apache.xml.security.utils.SignatureElementProxy
org.apache.xml.security.keys.content.keyvalues.DSAKeyValue
- All Implemented Interfaces:
KeyValueContent
-
Field Summary
Fields inherited from class org.apache.xml.security.utils.ElementProxy
baseURI, LOG
-
Constructor Summary
ConstructorsConstructorDescriptionDSAKeyValue
(Document doc, BigInteger P, BigInteger Q, BigInteger G, BigInteger Y) Constructor DSAKeyValueDSAKeyValue
(Document doc, Key key) Constructor DSAKeyValueDSAKeyValue
(Element element, String baseURI) Constructor DSAKeyValue -
Method Summary
Modifier and TypeMethodDescriptionReturns the localname of the Elements of the sub-class.Method getPublicKeyMethods inherited from class org.apache.xml.security.utils.SignatureElementProxy
getBaseNamespace
Methods inherited from class org.apache.xml.security.utils.ElementProxy
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
-
Constructor Details
-
DSAKeyValue
Constructor DSAKeyValue- Parameters:
element
-baseURI
-- Throws:
XMLSecurityException
-
DSAKeyValue
Constructor DSAKeyValue- Parameters:
doc
-P
-Q
-G
-Y
-
-
DSAKeyValue
Constructor DSAKeyValue- Parameters:
doc
-key
-- Throws:
IllegalArgumentException
-
-
Method Details
-
getPublicKey
Method getPublicKey- Specified by:
getPublicKey
in interfaceKeyValueContent
- Returns:
- the public key
- Throws:
XMLSecurityException
-
getBaseLocalName
Returns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalName
in classElementProxy
- Returns:
- the localname of the Elements of the sub-class.
-