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

/openjdk10/jdk/src/java.base/share/classes/java/security/spec/
H A DECParameterSpec.java41 private final EllipticCurve curve; field in class:ECParameterSpec
59 public ECParameterSpec(EllipticCurve curve, ECPoint g, argument
[all...]
/openjdk10/jdk/test/java/security/spec/
H A DEllipticCurveMatch.java46 private static EllipticCurve addSeedToCurve(EllipticCurve curve) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DNamedCurve.java51 NamedCurve(String name, String oid, EllipticCurve curve, argument
H A DECUtil.java45 public static ECPoint decodePoint(byte[] data, EllipticCurve curve) argument
64 public static byte[] encodePoint(ECPoint point, EllipticCurve curve) { argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/geom/
H A DEdge.java32 Curve curve; field in class:Edge
H A DCurveLink.java29 Curve curve; field in class:CurveLink
36 public CurveLink(Curve curve, double ystart, double yend, int etag) { argument
50 public boolean absorb(Curve curve, double ystart, double yend, int etag) { argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DRendererContext.java60 final Curve curve = new Curve(); field in class:RendererContext
H A DDRendererContext.java60 final DCurve curve = new DCurve(); field in class:DRendererContext
H A DDDasher.java399 private static boolean pointCurve(double[] curve, int type) { argument
[all...]
H A DDasher.java400 private static boolean pointCurve(float[] curve, int type) { argument
[all...]
H A DDRenderer.java506 private final DCurve curve; field in class:DRenderer
[all...]
H A DDStroker.java119 final DCurve curve; field in class:DStroker
[all...]
H A DRenderer.java510 private final Curve curve; field in class:Renderer
[all...]
H A DStroker.java121 final Curve curve; field in class:Stroker
[all...]
/openjdk10/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11ECKeyFactory.java88 static ECPoint decodePoint(byte[] encoded, EllipticCurve curve) throws IOException { argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DJsseJce.java366 static ECPoint decodePoint(byte[] encoded, EllipticCurve curve) argument
371 static byte[] encodePoint(ECPoint point, EllipticCurve curve) { argument
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java853 CubicCurve2D curve = new CubicCurve2D.Float(); field in class:RenderTests.FillCubics.Context
907 CubicCurve2D curve = new CubicCurve2D.Float(); field in class:RenderTests.DrawCubics.Context
[all...]
/openjdk10/jdk/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyValue.java391 private static ECPoint decodePoint(byte[] data, EllipticCurve curve) argument
410 private static byte[] encodePoint(ECPoint point, EllipticCurve curve) { argument
454 matchCurve(ECParameterSpec params, Curve curve) argument
562 Curve(String name, String oid, EllipticCurve curve, ECPoint g, BigInteger n, int h) argument
[all...]
/openjdk10/jdk/test/sun/security/pkcs11/
H A DPKCS11Test.java601 checkSupport(List<ECParameterSpec> supportedEC, ECParameterSpec curve) argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pisces/
H A DDasher.java262 private static boolean pointCurve(float[] curve, int type) { argument
[all...]
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Decc_impl.h200 ECCurve curve; member in struct:ECParamsStr
/openjdk10/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java1640 private static PublicKey getECPublicKey(String curve) throws Exception { argument
1695 private static PrivateKey getECPrivateKey(String curve) throws Exception { argument
[all...]

Completed in 109 milliseconds