Class PBKDF2.Parser
java.lang.Object
org.opensaml.xmlsec.derivation.impl.PBKDF2.Parser
- All Implemented Interfaces:
KeyAgreementParameterParser
- Enclosing class:
- PBKDF2
Implementation of
KeyAgreementParameterParser
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Evaluate whether the specifiedXMLObject
is handled by the implementation.Parse the specifiedXMLObject
into aKeyAgreementParameter
.
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
handles
Evaluate whether the specifiedXMLObject
is handled by the implementation.- Specified by:
handles
in interfaceKeyAgreementParameterParser
- Parameters:
xmlObject
- the XML object to evaluate- Returns:
- true if handles, false if not
-
parse
Parse the specifiedXMLObject
into aKeyAgreementParameter
.- Specified by:
parse
in interfaceKeyAgreementParameterParser
- Parameters:
xmlObject
- the XMLObject to be parsed- Returns:
- the new key agreement parameter instance
- Throws:
KeyAgreementException
- if parameter parsing of the supplied object fails
-