Class PBKDF2ParamsUnmarshaller
java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.xmlsec.encryption.impl.AbstractXMLEncryptionUnmarshaller
org.opensaml.xmlsec.encryption.impl.PBKDF2ParamsUnmarshaller
- All Implemented Interfaces:
Unmarshaller
A thread-safe Unmarshaller for
PBKDF2Params objects.-
Field Summary
Fields inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
CONFIG_PROPERTY_XML_STRICT_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessChildElement(XMLObject parentXMLObject, XMLObject childXMLObject) Methods inherited from class org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
buildXMLObject, checkIDAttribute, processAttribute, processElementContent, processUnknownAttribute, unmarshall, unmarshallAttribute, unmarshallChildElement, unmarshallNamespaceAttribute, unmarshallSchemaInstanceAttributes, unmarshallTextContent
-
Constructor Details
-
PBKDF2ParamsUnmarshaller
public PBKDF2ParamsUnmarshaller()
-
-
Method Details
-
processChildElement
protected void processChildElement(@Nonnull XMLObject parentXMLObject, @Nonnull XMLObject childXMLObject) throws UnmarshallingException - Overrides:
processChildElementin classAbstractXMLObjectUnmarshaller- Throws:
UnmarshallingException
-