Uses of Class
org.conscrypt.NativeRef.EC_POINT
-
Packages that use NativeRef.EC_POINT Package Description org.conscrypt -
-
Uses of NativeRef.EC_POINT in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EC_POINT Modifier and Type Field Description private NativeRef.EC_POINT
OpenSSLECPointContext. pointCtx
Methods in org.conscrypt that return NativeRef.EC_POINT Modifier and Type Method Description (package private) NativeRef.EC_POINT
OpenSSLECPointContext. getNativeRef()
Methods in org.conscrypt with parameters of type NativeRef.EC_POINT Modifier and Type Method Description (package private) static byte[][]
NativeCrypto. EC_POINT_get_affine_coordinates(NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef)
(package private) static void
NativeCrypto. EC_POINT_set_affine_coordinates(NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef, byte[] x, byte[] y)
(package private) static long
NativeCrypto. EVP_PKEY_new_EC_KEY(NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pubkeyRef, byte[] privkey)
Constructors in org.conscrypt with parameters of type NativeRef.EC_POINT Constructor Description OpenSSLECPointContext(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx)
-