interface ASN1Encodable { class: ASN1Class; form: ASN1Form; tag: number; contents(): Uint8Array; }
class
form
tag
contents()