Get the app id from the certificate
(&self)
| 35 | |
| 36 | /// Get the app id from the certificate |
| 37 | fn get_app_id(&self) -> Result<Option<Vec<u8>>> { |
| 38 | self.get_extension_bytes(PHALA_RATLS_APP_ID) |
| 39 | } |
| 40 | |
| 41 | /// Get app info |
| 42 | fn get_app_info(&self) -> Result<Option<AppInfo>> { |