KeyValueContentpublic class RSAKeyValue extends SignatureElementProxy implements KeyValueContent
baseURI, log| Constructor | Description |
|---|---|
RSAKeyValue(Document doc,
BigInteger modulus,
BigInteger exponent) |
Constructor RSAKeyValue
|
RSAKeyValue(Document doc,
Key key) |
Constructor RSAKeyValue
|
RSAKeyValue(Element element,
String baseURI) |
Constructor RSAKeyValue
|
| 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 RSAKeyValue(Element element, String baseURI) throws XMLSecurityException
element - baseURI - XMLSecurityExceptionpublic RSAKeyValue(Document doc, BigInteger modulus, BigInteger exponent)
doc - modulus - exponent - public RSAKeyValue(Document doc, Key key) throws IllegalArgumentException
doc - key - IllegalArgumentExceptionpublic PublicKey getPublicKey() throws XMLSecurityException
KeyValueContentgetPublicKey in interface KeyValueContentXMLSecurityExceptionpublic String getBaseLocalName()
ElementProxygetBaseLocalName in class ElementProxyCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.