KeyValueContent
public class DSAKeyValue extends SignatureElementProxy implements KeyValueContent
baseURI, log
Constructor | Description |
---|---|
DSAKeyValue(Document doc,
BigInteger P,
BigInteger Q,
BigInteger G,
BigInteger Y) |
Constructor DSAKeyValue
|
DSAKeyValue(Document doc,
Key key) |
Constructor DSAKeyValue
|
DSAKeyValue(Element element,
String baseURI) |
Constructor DSAKeyValue
|
Modifier and Type | Method | Description |
---|---|---|
String |
getBaseLocalName() |
Returns the localname of the Elements of the sub-class.
|
PublicKey |
getPublicKey() |
Method getPublicKey
|
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseNamespace
public DSAKeyValue(Element element, String baseURI) throws XMLSecurityException
element
- baseURI
- XMLSecurityException
public DSAKeyValue(Document doc, BigInteger P, BigInteger Q, BigInteger G, BigInteger Y)
doc
- P
- Q
- G
- Y
- public DSAKeyValue(Document doc, Key key) throws IllegalArgumentException
doc
- key
- IllegalArgumentException
public PublicKey getPublicKey() throws XMLSecurityException
KeyValueContent
getPublicKey
in interface KeyValueContent
XMLSecurityException
public String getBaseLocalName()
ElementProxy
getBaseLocalName
in class ElementProxy
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.