pub(crate) type CryptoKeyPair = CryptoKeyPair<DomTypeHolder>;
Aliased Type§
pub(crate) struct CryptoKeyPair {
pub privateKey: Option<Root<Dom<CryptoKey>>>,
pub publicKey: Option<Root<Dom<CryptoKey>>>,
}
Fields§
§privateKey: Option<Root<Dom<CryptoKey>>>
§publicKey: Option<Root<Dom<CryptoKey>>>