public class KeyDerivationMethod extends XMLElement
| Constructor and Description |
|---|
KeyDerivationMethod(org.w3c.dom.Document owner) |
KeyDerivationMethod(org.w3c.dom.Document owner, java.lang.String systemId) |
KeyDerivationMethod(org.w3c.dom.Element element) |
KeyDerivationMethod(org.w3c.dom.Element element, java.lang.String systemId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Get the algorithm
|
KeyDerivationParams |
getKeyDerivationParams()
Get the KeyDerivation Parameters, either a ConcatKDFParams or a PBKDF2params
|
void |
setAlgorithm(java.lang.String algorithm)
Set the algorithm
|
void |
setKeyDerivationParams(KeyDerivationParams params)
Set the KeyDerivation Parameters , either a ConcatKDFParams or a PBKDF2params this will also set the algorithm automatically
|
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXMLpublic KeyDerivationMethod(org.w3c.dom.Document owner,
java.lang.String systemId)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic KeyDerivationMethod(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic KeyDerivationMethod(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic KeyDerivationMethod(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getAlgorithm()
public void setAlgorithm(java.lang.String algorithm)
algorithm -public KeyDerivationParams getKeyDerivationParams()
public void setKeyDerivationParams(KeyDerivationParams params)