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