oid property

List<int> get oid

Implementation

List<int> get oid {
  switch (this) {
    case HashAlgorithm.sha256:
      return hex.decode('608648016503040201');
    case HashAlgorithm.sha512:
      return hex.decode('608648016503040203');
  }
}