public class RSAKeyValue extends SignatureElementProxy implements KeyValueContent
baseURI, constructionElement, doc, log| Constructor and 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 and Description |
|---|---|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class.
|
PublicKey |
getPublicKey()
Method getPublicKey
|
getBaseNamespaceaddBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContextpublic 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–2023 The Apache Software Foundation. All rights reserved.