(&self)
| 65 | |
| 66 | impl AppStateInner { |
| 67 | fn info_attestation(&self) -> Result<VersionedAttestation> { |
| 68 | self.platform.attestation_for_info() |
| 69 | } |
| 70 | |
| 71 | async fn issue_cert(&self, key: &KeyPair, config: CertConfigV2) -> Result<Vec<String>> { |
| 72 | let pubkey = key.public_key_der(); |
no test coverage detected