isASN1Tag static method

bool isASN1Tag(
  1. int i
)

Implementation

static bool isASN1Tag(int i) {
  return ASN1Tags.TAGS.contains(i);
}