mirror of
https://github.com/status-im/keycard-cli.git
synced 2025-03-01 04:10:33 +00:00
rename public key to secure channel public key in app info
This commit is contained in:
parent
7a2e88195e
commit
9c676dfb0f
2
main.go
2
main.go
@ -205,7 +205,7 @@ func commandInfo(card *scard.Card) error {
|
||||
fmt.Printf("Installed: %+v\n", info.Installed)
|
||||
fmt.Printf("Initialized: %+v\n", info.Initialized)
|
||||
fmt.Printf("InstanceUID: 0x%x\n", info.InstanceUID)
|
||||
fmt.Printf("PublicKey: 0x%x\n", info.PublicKey)
|
||||
fmt.Printf("SecureChannelPublicKey: 0x%x\n", info.SecureChannelPublicKey)
|
||||
fmt.Printf("Version: 0x%x\n", info.Version)
|
||||
fmt.Printf("AvailableSlots: 0x%x\n", info.AvailableSlots)
|
||||
fmt.Printf("KeyUID: 0x%x\n", info.KeyUID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user