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

Method derive_key

sdk/rust/src/tappd_client.rs:112–115  ·  view source on GitHub ↗

Derives a key from the Tappd service using the path as both path and subject

(&self, path: &str)

Source from the content-addressed store, hash-verified

110
111 /// Derives a key from the Tappd service using the path as both path and subject
112 pub async fn derive_key(&self, path: &str) -> Result<DeriveKeyResponse> {
113 self.derive_key_with_subject_and_alt_names(path, Some(path), None)
114 .await
115 }
116
117 /// Derives a key from the Tappd service with a specific subject
118 pub async fn derive_key_with_subject(

Callers 2

mainFunction · 0.45

Tested by 1