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
- Author:
- $Author$
-
Field Summary
Fields inherited from class ElementProxy
_baseURI, _constructionElement, _doc, _state, MODE_CREATE, MODE_DECRYPT, MODE_ENCRYPT, MODE_PROCESS, MODE_SIGN, MODE_UNKNOWN, MODE_VERIFY -
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 SignatureElementProxy
getBaseNamespaceMethods inherited from class ElementProxy
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, guaranteeThatElementInCorrectSpace, length, setDefaultPrefix, setElement, 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
Description copied from interface:KeyValueContentMethod getPublicKey- Specified by:
getPublicKeyin interfaceKeyValueContent- Returns:
- the public key
- Throws:
XMLSecurityException
-
getBaseLocalName
Description copied from class:ElementProxyReturns the localname of the Elements of the sub-class.- Specified by:
getBaseLocalNamein classElementProxy- Returns:
- the localname of the Elements of the sub-class.
-