Make placeholder fn private, for now.
This commit is contained in:
parent
7e03ea5642
commit
6001eacfa1
1 changed files with 7 additions and 6 deletions
|
@ -121,26 +121,27 @@ impl CardApp {
|
||||||
Ok(resp.data()?.to_vec())
|
Ok(resp.data()?.to_vec())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_ca_fingerprints() {
|
fn get_ca_fingerprints() {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_key_information() {
|
fn get_key_information() {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_uif_pso_cds() {
|
fn get_uif_pso_cds() {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_uif_pso_dec() {
|
fn get_uif_pso_dec() {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_uif_pso_aut() {
|
fn get_uif_pso_aut() {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
pub fn get_uif_attestation() {
|
|
||||||
|
fn get_uif_attestation() {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue