Uses of Class
org.conscrypt.NativeRef.EC_GROUP
Packages that use NativeRef.EC_GROUP
-
Uses of NativeRef.EC_GROUP in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EC_GROUPMethods in org.conscrypt that return NativeRef.EC_GROUPModifier and TypeMethodDescription(package private) NativeRef.EC_GROUP
OpenSSLECGroupContext.getNativeRef()
Methods in org.conscrypt with parameters of type NativeRef.EC_GROUPModifier and TypeMethodDescription(package private) static byte[]
NativeCrypto.EC_GROUP_get_cofactor
(NativeRef.EC_GROUP groupRef) (package private) static byte[][]
NativeCrypto.EC_GROUP_get_curve
(NativeRef.EC_GROUP groupRef) (package private) static String
NativeCrypto.EC_GROUP_get_curve_name
(NativeRef.EC_GROUP groupRef) (package private) static int
NativeCrypto.EC_GROUP_get_degree
(NativeRef.EC_GROUP groupRef) (package private) static long
NativeCrypto.EC_GROUP_get_generator
(NativeRef.EC_GROUP groupRef) (package private) static byte[]
NativeCrypto.EC_GROUP_get_order
(NativeRef.EC_GROUP groupRef) (package private) static long
NativeCrypto.EC_KEY_generate_key
(NativeRef.EC_GROUP groupRef) (package private) static byte[]
NativeCrypto.EC_KEY_marshal_curve_name
(NativeRef.EC_GROUP groupRef) (package private) static byte[][]
NativeCrypto.EC_POINT_get_affine_coordinates
(NativeRef.EC_GROUP groupRef, NativeRef.EC_POINT pointRef) (package private) static long
NativeCrypto.EC_POINT_new
(NativeRef.EC_GROUP groupRef) (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) (package private) static long
NativeCrypto.getECPrivateKeyWrapper
(PrivateKey key, NativeRef.EC_GROUP ecGroupRef) Constructors in org.conscrypt with parameters of type NativeRef.EC_GROUPModifierConstructorDescription(package private)
OpenSSLECGroupContext
(NativeRef.EC_GROUP groupCtx)