Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ k256_key
Method
k256_key
kms/src/config.rs:103–105 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
101
}
102
103
pub fn k256_key(&self) -> PathBuf {
104
self.cert_dir.join(K256_KEY)
105
}
106
107
pub fn bootstrap_info(&self) -> PathBuf {
108
self.cert_dir.join(BOOTSTRAP_INFO)
Callers
4
keys_exists
Method · 0.80
store_keys
Method · 0.80
update_certs
Function · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected