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