agent/certificate library
Classes
Enums
- NodeId
 - 
  type HashTree =
| 
0|1, HashTree, HashTree|2, ArrayBuffer, HashTree|3, ArrayBuffer|4, ArrayBuffer; 
Functions
- 
  domainSep(
String s) → Uint8List  - 
  extractDER(
Uint8List buf) → Uint8List  - 
  findLabel(
Uint8List l, List< List> trees) → List? - 
  flattenForks(
List t) → List< List>  - 
  hashTreeToString(
List tree) → String  - Make a human readable string out of a hash tree. @param tree
 - 
  lookupPath(
List path, List tree) → Uint8List?  - 
  lookupPathEx(
List path, List tree) → Uint8List?  - 
  reconstruct(
List t) → Future< Uint8List>  
Exceptions / Errors
- UnverifiedCertificateError
 - A certificate needs to be verified (using Certificate.prototype.verify) before it can be used.