KeyInfoContent
public class KeyValue extends SignatureElementProxy implements KeyInfoContent
baseURI, log
Constructor | Description |
---|---|
KeyValue(Document doc,
PublicKey pk) |
Constructor KeyValue
|
KeyValue(Document doc,
DSAKeyValue dsaKeyValue) |
Constructor KeyValue
|
KeyValue(Document doc,
RSAKeyValue rsaKeyValue) |
Constructor KeyValue
|
KeyValue(Document doc,
Element unknownKeyValue) |
Constructor KeyValue
|
KeyValue(Element element,
String baseURI) |
Constructor KeyValue
|
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 KeyValue(Document doc, DSAKeyValue dsaKeyValue)
doc
- dsaKeyValue
- public KeyValue(Document doc, RSAKeyValue rsaKeyValue)
doc
- rsaKeyValue
- public KeyValue(Document doc, Element unknownKeyValue)
doc
- unknownKeyValue
- public KeyValue(Element element, String baseURI) throws XMLSecurityException
element
- baseURI
- XMLSecurityException
public PublicKey getPublicKey() throws XMLSecurityException
XMLSecurityException
public String getBaseLocalName()
ElementProxy
getBaseLocalName
in class ElementProxy
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.