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_POINTOpenSSLECPointContext. pointCtxMethods in org.conscrypt that return NativeRef.EC_POINT Modifier and Type Method Description (package private) NativeRef.EC_POINTOpenSSLECPointContext. 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 voidNativeCrypto. EC_POINT_set_affine_coordinates(NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef, byte[] x, byte[] y)(package private) static longNativeCrypto. 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)
-