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