Struct tuf::crypto::Signature [] [src]

pub struct Signature { /* fields omitted */ }

A structure that contains a Signature and associated data for verifying it.

Methods

impl Signature
[src]

An immutable reference to the KeyId that produced the signature.

An immutable reference to the SignatureScheme used to create this signature.

An immutable reference to the SignatureValue.

Trait Implementations

impl Debug for Signature
[src]

Formats the value using the given formatter.

impl PartialEq for Signature
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.