Crypto class
- Implemented types
Properties
Methods
- 
  decode({required String topic, required String encoded, CryptoDecodeOptions? opts}) → Future 
- 
  
  override
- 
  deleteKeyPair({required String publicKey}) → Future< void> 
- 
  
  override
- 
  deleteSymKey({required String topic}) → Future< void> 
- 
  
  override
- 
  encode({required String topic, required Object payload, CryptoEncodeOptions? opts}) → Future< String> 
- 
  
  override
- 
  generateKeyPair() → Future< String> 
- 
  
  override
- 
  
  override
- 
  getClientId() → Future< String> 
- 
  
  override
- 
  getPayloadType(String encoded) → int 
- 
  
  override
- 
  hasKeys(String tag) → bool 
- 
  
  override
- 
  init() → Future< void> 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setSymKey({required String symKey, String? overrideTopic}) → Future< String> 
- 
  
  override
- 
  signJWT(String aud) → Future< String> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited