Searched refs:decodePoint (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ec/
H A DECPublicKeyImpl.java99 w = ECParameters.decodePoint(key, params.getCurve());
H A DECKeyPairGenerator.java138 ECPoint w = ECParameters.decodePoint(getEncodedBytes(handles[1]),
H A DECParameters.java85 public static ECPoint decodePoint(byte[] data, EllipticCurve curve) method in class:ECParameters
271 return decodePoint(data, curve);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DECDHCrypt.java107 ECPoint point = JsseJce.decodePoint(encodedPoint, params.getCurve());
H A DJsseJce.java387 static ECPoint decodePoint(byte[] encoded, EllipticCurve curve) method in class:JsseJce
389 return ECParameters.decodePoint(encoded, curve);
H A DHandshakeMessage.java1055 ECPoint point = JsseJce.decodePoint(pointBytes, parameters.getCurve());
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11ECKeyFactory.java79 static ECPoint decodePoint(byte[] encoded, EllipticCurve curve) throws IOException { method in class:P11ECKeyFactory
80 return ECParameters.decodePoint(encoded, curve);
273 ECPoint point = decodePoint(attributes[0].getByteArray(), params.getCurve());
H A DP11Key.java1022 w = P11ECKeyFactory.decodePoint
1026 w = P11ECKeyFactory.decodePoint(ecKey, params.getCurve());

Completed in 210 milliseconds