Package org.opensaml.security.crypto.ec
Class ECSupportTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.security.crypto.ec.BaseNamedCurveTest
-
- org.opensaml.security.crypto.ec.ECSupportTest
-
public class ECSupportTest extends BaseNamedCurveTest
-
-
Constructor Summary
Constructors Constructor Description ECSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvertParameterSpec(String namedCurve)voidencodeAndDecodeECPoint(String namedCurve)voidgenerateCompatibleKeyPair(String namedCurve)voidgetCurvesFromBouncyCastle()voidperformKeyAgreement(String namedCurve)-
Methods inherited from class org.opensaml.security.crypto.ec.BaseNamedCurveTest
namedCurves
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Method Detail
-
generateCompatibleKeyPair
public void generateCompatibleKeyPair(String namedCurve) throws Exception
- Throws:
Exception
-
performKeyAgreement
public void performKeyAgreement(String namedCurve) throws Exception
- Throws:
Exception
-
convertParameterSpec
public void convertParameterSpec(String namedCurve) throws Exception
- Throws:
Exception
-
encodeAndDecodeECPoint
public void encodeAndDecodeECPoint(String namedCurve) throws Exception
- Throws:
Exception
-
getCurvesFromBouncyCastle
public void getCurvesFromBouncyCastle()
-
-