Type Definition opcua_crypto::pkey::PublicKey

source · []
pub type PublicKey = PKey<Public>;
Expand description

A public key

Implementations

Verifies the data using RSA-SHA1

Verifies the data using RSA-SHA256

Verifies the data using RSA-SHA256-PSS

Encrypts data from src to dst using the specified padding and returns the size of encrypted data in bytes or an error.

Trait Implementations

Length in bits