KeyPair.symmetric constructor
KeyPair.symmetric(
- SymmetricKey key
Creates a KeyPair from a symmetric key
Implementation
KeyPair.symmetric(SymmetricKey key) : this(privateKey: key, publicKey: key);
Creates a KeyPair from a symmetric key
KeyPair.symmetric(SymmetricKey key) : this(privateKey: key, publicKey: key);