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_PKEYOpenSSLKey.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 longNativeCrypto.EC_KEY_get_public_key(NativeRef.EVP_PKEY keyRef) (package private) static longNativeCrypto.EC_KEY_get1_group(NativeRef.EVP_PKEY pkeyRef) (package private) static intNativeCrypto.ECDH_compute_key(byte[] out, int outOffset, NativeRef.EVP_PKEY publicKeyRef, NativeRef.EVP_PKEY privateKeyRef) (package private) static intNativeCrypto.ECDSA_sign(byte[] data, byte[] sig, NativeRef.EVP_PKEY pkey) (package private) static intNativeCrypto.ECDSA_size(NativeRef.EVP_PKEY pkey) (package private) static intNativeCrypto.ECDSA_verify(byte[] data, byte[] sig, NativeRef.EVP_PKEY pkey) (package private) static longNativeCrypto.EVP_DigestSignInit(NativeRef.EVP_MD_CTX ctx, long evpMdRef, NativeRef.EVP_PKEY key) (package private) static longNativeCrypto.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 intNativeCrypto.EVP_PKEY_cmp(NativeRef.EVP_PKEY pkey1, NativeRef.EVP_PKEY pkey2) (package private) static longNativeCrypto.EVP_PKEY_decrypt_init(NativeRef.EVP_PKEY pkey) (package private) static longNativeCrypto.EVP_PKEY_encrypt_init(NativeRef.EVP_PKEY pkey) (package private) static StringNativeCrypto.EVP_PKEY_print_params(NativeRef.EVP_PKEY pkeyRef) (package private) static StringNativeCrypto.EVP_PKEY_print_public(NativeRef.EVP_PKEY pkeyRef) (package private) static intNativeCrypto.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 intNativeCrypto.RSA_private_decrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static intNativeCrypto.RSA_private_encrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static intNativeCrypto.RSA_public_decrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static intNativeCrypto.RSA_public_encrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, int padding) (package private) static intNativeCrypto.RSA_size(NativeRef.EVP_PKEY pkey) (package private) static voidNativeCrypto.setLocalCertsAndPrivateKey(long ssl, NativeSsl ssl_holder, byte[][] encodedCertificates, NativeRef.EVP_PKEY pkey) Sets the local certificates and private key.(package private) static voidNativeCrypto.SSL_set1_tls_channel_id(long ssl, NativeSsl ssl_holder, NativeRef.EVP_PKEY pkey) (package private) static voidNativeCrypto.X509_CRL_verify(long x509CrlCtx, OpenSSLX509CRL holder, NativeRef.EVP_PKEY pkeyCtx) (package private) static voidNativeCrypto.X509_verify(long x509ctx, OpenSSLX509Certificate holder, NativeRef.EVP_PKEY pkeyCtx)