pub struct CryptoVerifyObjectOutputRequest {
pub common: CryptoOutputRequestCommon,
pub sign_type: VerifySignType,
pub object: NONObjectInfo,
pub sign_object: VerifyObjectType,
}
Fields§
§common: CryptoOutputRequestCommon
§sign_type: VerifySignType
§object: NONObjectInfo
§sign_object: VerifyObjectType
Implementations§
source§impl CryptoVerifyObjectOutputRequest
impl CryptoVerifyObjectOutputRequest
pub fn new_verify_by_owner(
sign_type: VerifySignType,
object: NONObjectInfo
) -> Self
pub fn new_verify_by_own(object: NONObjectInfo) -> Self
pub fn new_verify_by_object(
sign_type: VerifySignType,
object: NONObjectInfo,
sign_object: NONSlimObjectInfo
) -> Self
pub fn new_verify_by_signs(
sign_type: VerifySignType,
object: NONObjectInfo,
signs: VerifySigns
) -> Self
Trait Implementations§
source§impl Clone for CryptoVerifyObjectOutputRequest
impl Clone for CryptoVerifyObjectOutputRequest
source§fn clone(&self) -> CryptoVerifyObjectOutputRequest
fn clone(&self) -> CryptoVerifyObjectOutputRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more