Type Alias CryptoSignObjectRequest

Source
pub type CryptoSignObjectRequest = CryptoSignObjectOutputRequest;

Aliased Type§

struct CryptoSignObjectRequest {
    pub common: CryptoOutputRequestCommon,
    pub object: NONObjectInfo,
    pub flags: u32,
}

Fields§

§common: CryptoOutputRequestCommon§object: NONObjectInfo§flags: u32