Package org.opensaml.xmlsec.encryption
Interface PBKDF2Params
- All Superinterfaces:
XMLObject
- All Known Implementing Classes:
PBKDF2ParamsImpl
XMLObject representing XML Encryption 1.1 PBKDF2-params element.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the IterationCount child element.Get the KeyLength child element.getPRF()
Get the PRF child element.getSalt()
Get the Salt child element.void
setIterationCount
(IterationCount count) Set the IterationCount child element.void
setKeyLength
(KeyLength length) Set the KeyLength child element.void
Set the PRF child element.void
Set the Salt child element.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getSalt
Get the Salt child element.- Returns:
- the element
-
setSalt
Set the Salt child element.- Parameters:
salt
- the salt
-
getIterationCount
Get the IterationCount child element.- Returns:
- the element
-
setIterationCount
Set the IterationCount child element.- Parameters:
count
- the new iteration count
-
getKeyLength
Get the KeyLength child element.- Returns:
- the element
-
setKeyLength
Set the KeyLength child element.- Parameters:
length
- the new key length
-
getPRF
Get the PRF child element.- Returns:
- the element
-
setPRF
Set the PRF child element.- Parameters:
prf
- the new PRF element
-