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