ASN1Integer
Implements ASN1Encodable
.
Represents an ASN.1 integer value.
Constructor
function constructor(value: bigint): this;
Parameters
value
Methods
Properties
interface Properties {
class: ASN1Class;
form: ASN1Form;
tag: number;
value: bigint;
}
class
type
tag
value