Class KeyAgreementParametersParserTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.xmlsec.agreement.impl.KeyAgreementParametersParserTest
-
public class KeyAgreementParametersParserTest extends XMLObjectBaseTestCase
-
-
Field Summary
-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description KeyAgreementParametersParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidDHWithConcatKDF()voidDHWithLegacyKDF()voidECDHWithConcatKDF()voidECDHWithConcatKDFWithKeySize()voidECDHWithPBKDF2()voidinvalidParamData()voidunknownChildType()voidunknownKeyDerivationAlgorithm()-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Method Detail
-
ECDHWithConcatKDF
public void ECDHWithConcatKDF() throws KeyAgreementException- Throws:
KeyAgreementException
-
ECDHWithConcatKDFWithKeySize
public void ECDHWithConcatKDFWithKeySize() throws KeyAgreementException- Throws:
KeyAgreementException
-
ECDHWithPBKDF2
public void ECDHWithPBKDF2() throws KeyAgreementException- Throws:
KeyAgreementException
-
DHWithConcatKDF
public void DHWithConcatKDF() throws KeyAgreementException- Throws:
KeyAgreementException
-
DHWithLegacyKDF
public void DHWithLegacyKDF() throws KeyAgreementException- Throws:
KeyAgreementException
-
unknownChildType
public void unknownChildType() throws KeyAgreementException- Throws:
KeyAgreementException
-
unknownKeyDerivationAlgorithm
public void unknownKeyDerivationAlgorithm() throws KeyAgreementException- Throws:
KeyAgreementException
-
invalidParamData
public void invalidParamData() throws KeyAgreementException- Throws:
KeyAgreementException
-
-