Encodes the certificate signing request into a byte vector.
(&self)
| 320 | impl CertSigningRequestV2 { |
| 321 | /// Encodes the certificate signing request into a byte vector. |
| 322 | pub fn to_vec(&self) -> Vec<u8> { |
| 323 | self.encode() |
| 324 | } |
| 325 | |
| 326 | /// To attestation |
| 327 | pub fn to_attestation(&self) -> Result<VersionedAttestation> { |
no outgoing calls