Class PBKDF2ParamsImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsImpl
- All Implemented Interfaces:
XMLObject,PBKDF2Params
Concrete implementation of
PBKDF2Params.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IterationCountIterationCount child element.private KeyLengthKeyLength child element.private PRFPRF child element.private SaltSalt child element.Fields inherited from interface org.opensaml.xmlsec.encryption.PBKDF2Params
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPBKDF2ParamsImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetPRF()getSalt()voidsetIterationCount(IterationCount count) voidsetKeyLength(KeyLength length) voidvoidMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
salt
Salt child element. -
iterationCount
IterationCount child element. -
keyLength
KeyLength child element. -
prf
PRF child element.
-
-
Constructor Details
-
Method Details
-
getSalt
- Specified by:
getSaltin interfacePBKDF2Params
-
setSalt
- Specified by:
setSaltin interfacePBKDF2Params
-
getIterationCount
- Specified by:
getIterationCountin interfacePBKDF2Params
-
setIterationCount
- Specified by:
setIterationCountin interfacePBKDF2Params
-
getKeyLength
- Specified by:
getKeyLengthin interfacePBKDF2Params
-
setKeyLength
- Specified by:
setKeyLengthin interfacePBKDF2Params
-
getPRF
- Specified by:
getPRFin interfacePBKDF2Params
-
setPRF
- Specified by:
setPRFin interfacePBKDF2Params
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-