agent/certificate library
Classes
Constants
- KEY_LENGTH → const int
Properties
- bls ↔ BaseBLS
-
getter/setter pair
- DER_PREFIX → Uint8List
-
final
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? - @param path @param tree
-
lookupPathEx(
List path, List tree) → Uint8List? - @param path @param tree
-
reconstruct(
List t) → Future< Uint8List>
Exceptions / Errors
- UnverifiedCertificateError
- A certificate needs to be verified (using {@link Certificate.prototype.verify}) before it can be used.