Skip to main content

Class: Set

Hierarchy

Constructors

constructor

new Set(parameters?): Set

Parameters

NameType
parametersConstructedParams

Returns

Set

Overrides

Constructed.constructor

Properties

blockLength

blockLength: number

Inherited from

Constructed.blockLength


error

error: string

Inherited from

Constructed.error


idBlock

idBlock: LocalIdentificationBlock

Inherited from

Constructed.idBlock


lenBlock

lenBlock: LocalLengthBlock

Inherited from

Constructed.lenBlock


name

name: string

Inherited from

Constructed.name


optional

optional: boolean

Inherited from

Constructed.optional


primitiveSchema

Optional primitiveSchema: BaseBlock<ValueBlock, LocalBaseBlockJson>

Inherited from

Constructed.primitiveSchema


valueBeforeDecodeView

valueBeforeDecodeView: Uint8Array

Since

3.0.0

Inherited from

Constructed.valueBeforeDecodeView


valueBlock

valueBlock: LocalConstructedValueBlock

Inherited from

Constructed.valueBlock


warnings

warnings: string[]

Inherited from

Constructed.warnings


NAME

Static NAME: string = "SET"

Overrides

Constructed.NAME

Accessors

valueBeforeDecode

get valueBeforeDecode(): ArrayBuffer

Returns

ArrayBuffer

Deprecated

since version 3.0.0

Inherited from

Constructed.valueBeforeDecode

set valueBeforeDecode(value): void

Parameters

NameType
valueArrayBuffer

Returns

void

Deprecated

since version 3.0.0

Inherited from

Constructed.valueBeforeDecode

Methods

fromBER

fromBER(inputBuffer, inputOffset, inputLength): number

Base function for converting block from BER encoded array of bytes

Parameters

NameTypeDescription
inputBufferUint8Array | ArrayBufferASN.1 BER encoded array
inputOffsetnumberOffset in ASN.1 BER encoded array where decoding should be started
inputLengthnumberMaximum length of array of bytes which can be using in this function

Returns

number

Offset after least decoded byte

Inherited from

Constructed.fromBER


isEqual

isEqual(other): other is Set

Determines whether two object instances are equal

Parameters

NameTypeDescription
otherunknownObject to compare with the current object

Returns

other is Set

Inherited from

Constructed.isEqual


onAsciiEncoding

onAsciiEncoding(): string

Returns

string

Inherited from

Constructed.onAsciiEncoding


toBER

toBER(sizeOnly?, writer?): ArrayBuffer

Encoding of current ASN.1 block into ASN.1 encoded array (BER rules)

Parameters

NameTypeDescription
sizeOnly?booleanFlag that we need only a size of encoding, not a real array of bytes
writer?ViewWriter-

Returns

ArrayBuffer

ASN.1 BER encoded array

Inherited from

Constructed.toBER


toJSON

toJSON(): BaseBlockJson<LocalConstructedValueBlockJson>

Returns

BaseBlockJson<LocalConstructedValueBlockJson>

Inherited from

Constructed.toJSON


toString

toString(encoding?): string

Parameters

NameTypeDefault value
encodingStringEncoding"ascii"

Returns

string

Inherited from

Constructed.toString


blockName

blockName(): string

Aux function, need to get a block name. Need to have it here for inheritance

Returns

string

Returns name of the block

Inherited from

Constructed.blockName