lookup method

Uint8List? lookup(
  1. List path
)

Implementation

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