Class ECDHKeyAgreementProcessorTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.xmlsec.agreement.impl.ECDHKeyAgreementProcessorTest
-
public class ECDHKeyAgreementProcessorTest extends OpenSAMLInitBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.xmlsec.agreement.impl.ECDHKeyAgreementProcessorprocessor
-
Constructor Summary
Constructors Constructor Description ECDHKeyAgreementProcessorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecryptingCase()voidencryptingCase()private Collection<KeyAgreementParameter>getMockParams()voidkeyDerivationError()voidmissingKeyDerivationParam()voidnonECCred()voidsetUp()voidspecifiedKeySizeMismatch()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp()
-
missingKeyDerivationParam
public void missingKeyDerivationParam() throws Exception- Throws:
Exception
-
getMockParams
private Collection<KeyAgreementParameter> getMockParams()
-
-