pub struct RevokeRequestTlv {
pub cert_name: String,
pub signature: Bytes,
}Expand description
TLV-encoded REVOKE request body (/<ca>/CA/REVOKE ApplicationParameters).
Fields§
§cert_name: StringName of the certificate to revoke (UTF-8 NDN name URI).
signature: BytesEd25519 signature of cert_name bytes, proving possession.
Implementations§
Auto Trait Implementations§
impl !Freeze for RevokeRequestTlv
impl RefUnwindSafe for RevokeRequestTlv
impl Send for RevokeRequestTlv
impl Sync for RevokeRequestTlv
impl Unpin for RevokeRequestTlv
impl UnwindSafe for RevokeRequestTlv
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more