Searched defs:curve (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettingsTest.java38 public void shouldGenerateCorrectEllipticCurveJWKs(SupportedEllipticCurve curve) throws Exception { argument
46 given(key.getParams()).willReturn(curve.getParameters());
53 .containsEntry("kid", Hash.hash(alias + ":" + curve.getStandardName() + ":" + x.toString() + ":" + y
56 .containsEntry("alg", curve.getJwsAlgorithm().name())
59 .containsEntry("crv", curve.getStandardName());

Completed in 21 milliseconds