lookup method

Uint8List? lookup(
  1. List path
)

Implementation

Uint8List? lookup(List path) {
  checkState();
  return lookupPath(path, cert.tree!);
}