Struct yubihsm::commands::sign_rsa_pss::RSAPSSSignature[][src]

pub struct RSAPSSSignature(pub Vec<u8>);

RSASSA-PSS signatures (ASN.1 DER encoded)

Methods

impl RSAPSSSignature
[src]

Important traits for Vec<u8>

Unwrap inner byte vector

Get length of the signature

Important traits for &'a [u8]

Get slice of the inner byte vector

Trait Implementations

impl Debug for RSAPSSSignature
[src]

Formats the value using the given formatter. Read more

impl AsRef<[u8]> for RSAPSSSignature
[src]

Important traits for &'a [u8]

Performs the conversion.

impl Into<Vec<u8>> for RSAPSSSignature
[src]

Important traits for Vec<u8>

Performs the conversion.

Auto Trait Implementations