feat: updates
This commit is contained in:
@@ -216,7 +216,6 @@ impl ToString for KeyUsage {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug)]
|
||||
pub struct SecureEnclaveKey {
|
||||
pub host: String,
|
||||
@@ -224,7 +223,6 @@ pub struct SecureEnclaveKey {
|
||||
pub private_key: String,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug)]
|
||||
pub struct YubikeyPivKey {
|
||||
pub key_name: String,
|
||||
@@ -232,7 +230,6 @@ pub struct YubikeyPivKey {
|
||||
pub slot: SlotId,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug)]
|
||||
pub struct YubikeyHmacEncSoftKey {
|
||||
pub key_name: String,
|
||||
@@ -240,7 +237,6 @@ pub struct YubikeyHmacEncSoftKey {
|
||||
pub hmac_enc_private_key: String,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[derive(Debug)]
|
||||
pub struct ExternalCommandKey {
|
||||
pub external_command: String,
|
||||
|
||||
Reference in New Issue
Block a user