Uses of Class
org.conscrypt.NativeRef.EVP_PKEY
Packages that use NativeRef.EVP_PKEY
-
Uses of NativeRef.EVP_PKEY in org.conscrypt
Fields in org.conscrypt declared as NativeRef.EVP_PKEYMethods in org.conscrypt that return NativeRef.EVP_PKEYModifier and TypeMethodDescription(package private) NativeRef.EVP_PKEY
OpenSSLKey.getNativeRef()
Returns the EVP_PKEY context for use in JNI calls.Methods in org.conscrypt with parameters of type NativeRef.EVP_PKEYModifier and TypeMethodDescription(package private) static byte[]
NativeCrypto.EC_KEY_get_private_key
(NativeRef.EVP_PKEY keyRef) (package private) static long
NativeCrypto.EC_KEY_get_public_key
(NativeRef.EVP_PKEY keyRef) (package private) static long
NativeCrypto.EC_KEY_get1_group
(NativeRef.EVP_PKEY pkeyRef) (package private) static int
NativeCrypto.ECDH_compute_key
(byte[] out, int outOffset, NativeRef.EVP_PKEY publicKeyRef, NativeRef.EVP_PKEY privateKeyRef) (package private) static int
NativeCrypto.ECDSA_sign
(byte[] data, byte[] sig, NativeRef.EVP_PKEY pkey) (package private) static int
NativeCrypto.ECDSA_size
(NativeRef.EVP_PKEY pkey) (package private) static int
NativeCrypto.ECDSA_verify
(byte[] data, byte[] sig, NativeRef.EVP_PKEY pkey) (package private) static long
NativeCrypto.EVP_DigestSignInit
(NativeRef.EVP_MD_CTX ctx, long evpMdRef, NativeRef.EVP_PKEY key) (package private) static long
NativeCrypto.EVP_DigestVerifyInit
(NativeRef.EVP_MD_CTX ctx, long evpMdRef, NativeRef.EVP_PKEY key) (package private) static byte[]
NativeCrypto.EVP_marshal_private_key
(NativeRef.EVP_PKEY pkey) (package private) static byte[]
NativeCrypto.EVP_marshal_public_key
(NativeRef.EVP_PKEY pkey) (package private) static int
NativeCrypto.EVP_PKEY_cmp
(NativeRef.EVP_PKEY pkey1, NativeRef.EVP_PKEY pkey2) (package private) static long
NativeCrypto.EVP_PKEY_decrypt_init
(NativeRef.EVP_PKEY pkey) (package private) static long
NativeCrypto.EVP_PKEY_encrypt_init
(NativeRef.EVP_PKEY pkey) (package private) static String
NativeCrypto.EVP_PKEY_print_params
(NativeRef.EVP_PKEY pkeyRef) (package private) static String
NativeCrypto.EVP_PKEY_print_public
(NativeRef.EVP_PKEY pkeyRef) (package private) static int
NativeCrypto.EVP_PKEY_type
(NativeRef.EVP_PKEY pkey) (package private) static byte[][]
NativeCrypto.get_RSA_private_params
(NativeRef.EVP_PKEY rsa) (package private) static byte[][]
NativeCrypto.get_RSA_public_params
(NativeRef.EVP_PKEY rsa) (package private) static int
NativeCrypto.RSA_private_decrypt
(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static int
NativeCrypto.RSA_private_encrypt
(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static int
NativeCrypto.RSA_public_decrypt
(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static int
NativeCrypto.RSA_public_encrypt
(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static int
NativeCrypto.RSA_size
(NativeRef.EVP_PKEY pkey) (package private) static void
NativeCrypto.setLocalCertsAndPrivateKey
(long ssl, NativeSsl ssl_holder, byte[][] encodedCertificates, NativeRef.EVP_PKEY pkey) Sets the local certificates and private key.(package private) static void
NativeCrypto.SSL_set1_tls_channel_id
(long ssl, NativeSsl ssl_holder, NativeRef.EVP_PKEY pkey) (package private) static void
NativeCrypto.X509_CRL_verify
(long x509CrlCtx, OpenSSLX509CRL holder, NativeRef.EVP_PKEY pkeyCtx) (package private) static void
NativeCrypto.X509_verify
(long x509ctx, OpenSSLX509Certificate holder, NativeRef.EVP_PKEY pkeyCtx)