MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / to_vec

Method to_vec

ra-tls/src/cert.rs:322–324  ·  view source on GitHub ↗

Encodes the certificate signing request into a byte vector.

(&self)

Source from the content-addressed store, hash-verified

320impl 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> {

Callers 15

fromMethod · 0.80
tdx_quote_bytesMethod · 0.80
decode_app_info_exMethod · 0.80
get_devide_idMethod · 0.80
emit_runtime_eventFunction · 0.80
with_report_dataMethod · 0.80
digestMethod · 0.80
fromMethod · 0.80
simulated_quote_responseFunction · 0.80
bootstrapMethod · 0.80
onboardMethod · 0.80

Calls

no outgoing calls