KeyInfoContentpublic 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, setXPathNamespaceContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseNamespacepublic 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 - XMLSecurityExceptionpublic PublicKey getPublicKey() throws XMLSecurityException
XMLSecurityExceptionpublic String getBaseLocalName()
ElementProxygetBaseLocalName in class ElementProxyCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.