Searched refs:NIST_P_384_SPEC (Results 1 – 2 of 2) sorted by relevance
67 static ECParameterSpec NIST_P_384_SPEC = createNistPCurveSpec( field in ECCurves
1545 assertKeyGenUsingECSizeOnlyUsesCorrectCurve(384, ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedSizes()1615 assertKeyGenUsingECNamedCurveSupported("P-384", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1616 assertKeyGenUsingECNamedCurveSupported("p-384", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1617 assertKeyGenUsingECNamedCurveSupported("secp384r1", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()1618 assertKeyGenUsingECNamedCurveSupported("SECP384R1", ECCurves.NIST_P_384_SPEC); in testGenerate_EC_ModernSpec_SupportedNamedCurves()