Struct sgxs::sigstruct::Signer [−][src]
pub struct Signer { /* fields omitted */ }
Implementations
Create a new Signer
with default attributes (64-bit, XFRM: 0x3
) and
today’s date.
Panics
Panics if key is not 3072 bits. Panics if the public exponent of key is not 3.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Signer
impl UnwindSafe for Signer
Blanket Implementations
Mutably borrows from an owned value. Read more