core/crypto/keys library
Classes
- Key
- Represents a cryptographic key
- KeyPair
- Represents a key pair (public + private key)
- PrivateKey
- Represents a private key
- PublicKey
- Represents a public key
Properties
-
PubKeyUnmarshallers
↔ Map<
KeyType, PublicKey Function(Uint8List)> -
getter/setter pair
Functions
-
publicKeyFromProto(
PublicKey pmes) → PublicKey