isPrimitive method

bool isPrimitive()

Implementation

bool isPrimitive() {
  return (rawValue & ASN1Identifier.constructedTag) == 0;
}