secretKey property
SecretKey
get
secretKey
The key in a format understood by the cryptography library
Implementation
SecretKey get secretKey {
return SecretKey(_key);
}
The key in a format understood by the cryptography library
SecretKey get secretKey {
return SecretKey(_key);
}