pub type CryptoSignObjectRequest = CryptoSignObjectOutputRequest;Aliased Type§
pub struct CryptoSignObjectRequest {
pub common: CryptoOutputRequestCommon,
pub object: NONObjectInfo,
pub flags: u32,
}Fields§
§common: CryptoOutputRequestCommon§object: NONObjectInfo§flags: u32