Type Definition opcua_crypto::pkey::PrivateKey

source · []
pub type PrivateKey = PKey<Private>;

Implementations

Signs the data using RSA-SHA1

Signs the data using RSA-SHA256

Signs the data using RSA-SHA256-PSS

Decrypts data in src to dst using the specified padding and returning the size of the decrypted data in bytes or an error.

Trait Implementations

Length in bits