pub type RegisterResponse = Response;Expand description
Type alias for convenience.
Aliased Type§
struct RegisterResponse {
pub header_byte: u8,
pub public_key: Bytes<65>,
pub key_handle: Bytes<255>,
pub attestation_certificate: Bytes<1024>,
pub signature: Bytes<72>,
}Fields§
§header_byte: u8§public_key: Bytes<65>§key_handle: Bytes<255>§attestation_certificate: Bytes<1024>§signature: Bytes<72>