public class KeyValue extends SignatureElementProxy implements KeyInfoContent
baseURI, LOG
Constructor and Description |
---|
KeyValue(Document doc,
DSAKeyValue dsaKeyValue)
Constructor KeyValue
|
KeyValue(Document doc,
Element unknownKeyValue)
Constructor KeyValue
|
KeyValue(Document doc,
PublicKey pk)
Constructor KeyValue
|
KeyValue(Document doc,
RSAKeyValue rsaKeyValue)
Constructor KeyValue
|
KeyValue(Element element,
String baseURI)
Constructor KeyValue
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class.
|
PublicKey |
getPublicKey()
Method getPublicKey
|
getBaseNamespace
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
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()
getBaseLocalName
in class ElementProxy
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.