Struct botan::Verifier[][src]

pub struct Verifier { /* fields omitted */ }

An object that can perform public key signature verification

Methods

impl Verifier
[src]

Create a new verifier object

Add more bytes of the message that will be verified

Verify the provided signature and return true if valid

Trait Implementations

impl Debug for Verifier
[src]

Formats the value using the given formatter. Read more

impl Drop for Verifier
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Verifier

impl !Sync for Verifier