Uses of Class
org.conscrypt.NativeRef.EC_POINT
Packages that use NativeRef.EC_POINT
-
Uses of NativeRef.EC_POINT in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EC_POINTMethods in org.conscrypt that return NativeRef.EC_POINTModifier and TypeMethodDescription(package private) NativeRef.EC_POINT
OpenSSLECPointContext.getNativeRef()
Methods in org.conscrypt with parameters of type NativeRef.EC_POINTModifier and TypeMethodDescription(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_POINTModifierConstructorDescription(package private)
OpenSSLECPointContext
(OpenSSLECGroupContext group, NativeRef.EC_POINT pointCtx)