openpgp-card-sequoia: add ca_fingerprints()
This commit is contained in:
parent
5dae8e5758
commit
1f7aa97df5
1 changed files with 2 additions and 3 deletions
|
@ -241,9 +241,8 @@ impl<'a> Open<'a> {
|
||||||
self.ard.fingerprints()
|
self.ard.fingerprints()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
pub fn ca_fingerprints(&self) -> Result<[Option<Fingerprint>; 3], Error> {
|
||||||
fn ca_fingerprints(&self) {
|
self.ard.ca_fingerprints()
|
||||||
unimplemented!()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn key_generation_times(&self) -> Result<KeySet<KeyGenerationTime>, Error> {
|
pub fn key_generation_times(&self) -> Result<KeySet<KeyGenerationTime>, Error> {
|
||||||
|
|
Loading…
Reference in a new issue