public class KeyValue extends SignatureElementProxy implements KeyInfoContent
baseURI, constructionElement, doc, 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, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, 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()
ElementProxy
getBaseLocalName
in class ElementProxy
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.