feat: pgp card list add algo info
This commit is contained in:
@@ -95,6 +95,9 @@ impl Command for CommandImpl {
|
|||||||
information!("Card holder, {}",
|
information!("Card holder, {}",
|
||||||
iff!(card_holder_outputs.is_empty(), "".to_string(), card_holder_outputs.join(", ")));
|
iff!(card_holder_outputs.is_empty(), "".to_string(), card_holder_outputs.join(", ")));
|
||||||
}
|
}
|
||||||
|
if let Ok(Some(algo_info)) = trans.algorithm_information() {
|
||||||
|
information!("Algo info: {}", algo_info);
|
||||||
|
}
|
||||||
if let Ok(application_related_data) = trans.application_related_data() {
|
if let Ok(application_related_data) = trans.application_related_data() {
|
||||||
if let Ok(fingerprints) = application_related_data.fingerprints() {
|
if let Ok(fingerprints) = application_related_data.fingerprints() {
|
||||||
if let Some(a) = fingerprints.authentication() {
|
if let Some(a) = fingerprints.authentication() {
|
||||||
|
|||||||
Reference in New Issue
Block a user