Type Alias SignatureBlockFormat1

Source
pub type SignatureBlockFormat1<'a> = TableRef<'a, SignatureBlockFormat1Marker>;
Expand description

Aliased Type§

pub struct SignatureBlockFormat1<'a> { /* private fields */ }

Implementations§

Source§

impl<'a> SignatureBlockFormat1<'a>

Source

pub fn signature_length(&self) -> u32

Length (in bytes) of the PKCS#7 packet in the signature field.

Source

pub fn signature(&self) -> &'a [u8]

PKCS#7 packet

Trait Implementations§

Source§

impl<'a> FontRead<'a> for SignatureBlockFormat1<'a>

Source§

fn read(data: FontData<'a>) -> Result<Self, ReadError>

Read an instance of Self from the provided data, performing validation. Read more