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_GROUPOpenSSLECGroupContext.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 StringNativeCrypto.EC_GROUP_get_curve_name(NativeRef.EC_GROUP groupRef) (package private) static intNativeCrypto.EC_GROUP_get_degree(NativeRef.EC_GROUP groupRef) (package private) static longNativeCrypto.EC_GROUP_get_generator(NativeRef.EC_GROUP groupRef) (package private) static byte[]NativeCrypto.EC_GROUP_get_order(NativeRef.EC_GROUP groupRef) (package private) static longNativeCrypto.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 longNativeCrypto.EC_POINT_new(NativeRef.EC_GROUP groupRef) (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) (package private) static longNativeCrypto.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)