Searched refs:NIST_P_521_SPEC (Results 1 – 2 of 2) sorted by relevance
83 static ECParameterSpec NIST_P_521_SPEC = createNistPCurveSpec( field in ECCurves
1304 assertKeyGenUsingECSizeOnlyUsesCorrectCurve(521, ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedSizes()1376 assertKeyGenUsingECNamedCurveSupported("P-521", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1377 assertKeyGenUsingECNamedCurveSupported("p-521", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1378 assertKeyGenUsingECNamedCurveSupported("secp521r1", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1379 assertKeyGenUsingECNamedCurveSupported("SECP521R1", ECCurves.NIST_P_521_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()