Struct yubihsm::commands::attest_asymmetric::AttestationCertificate[][src]

pub struct AttestationCertificate(pub Vec<u8>);

DER encoded X.509 attestation certificate

Methods

impl AttestationCertificate
[src]

Important traits for Vec<u8>

Unwrap inner byte vector

Get length of the certificate

Important traits for &'a [u8]

Get slice of the inner byte vector

Trait Implementations

impl Debug for AttestationCertificate
[src]

Formats the value using the given formatter. Read more

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

Important traits for &'a [u8]

Performs the conversion.

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

Important traits for Vec<u8>

Performs the conversion.

Auto Trait Implementations