Class: EndOfContent
Hierarchy
-
BaseBlock
<LocalEndOfContentValueBlock
>↳
EndOfContent
Constructors
constructor
• new EndOfContent(parameters?
): EndOfContent
Parameters
Name | Type |
---|---|
parameters | BaseBlockParams |
Returns
Overrides
Properties
blockLength
• blockLength: number
Inherited from
error
• error: string
Inherited from
idBlock
• idBlock: LocalIdentificationBlock
Inherited from
lenBlock
• lenBlock: LocalLengthBlock
Inherited from
name
• name: string
Inherited from
optional
• optional: boolean
Inherited from
primitiveSchema
• Optional
primitiveSchema: BaseBlock
<ValueBlock
, LocalBaseBlockJson
>
Inherited from
valueBeforeDecodeView
• valueBeforeDecodeView: Uint8Array
Since
3.0.0
Inherited from
BaseBlock.valueBeforeDecodeView
valueBlock
• valueBlock: LocalEndOfContentValueBlock
Inherited from
warnings
• warnings: string
[]
Inherited from
NAME
▪ Static
NAME: string
= END_OF_CONTENT_NAME
Overrides
Accessors
valueBeforeDecode
• get
valueBeforeDecode(): ArrayBuffer
Returns
ArrayBuffer
Deprecated
since version 3.0.0
Inherited from
BaseBlock.valueBeforeDecode
• set
valueBeforeDecode(value
): void
Parameters
Name | Type |
---|---|
value | ArrayBuffer |
Returns
void
Deprecated
since version 3.0.0
Inherited from
BaseBlock.valueBeforeDecode
Methods
fromBER
▸ fromBER(inputBuffer
, inputOffset
, inputLength
): number
Base function for converting block from BER encoded array of bytes
Parameters
Name | Type | Description |
---|---|---|
inputBuffer | Uint8Array | ArrayBuffer | ASN.1 BER encoded array |
inputOffset | number | Offset in ASN.1 BER encoded array where decoding should be started |
inputLength | number | Maximum length of array of bytes which can be using in this function |
Returns
number
Offset after least decoded byte
Inherited from
isEqual
▸ isEqual(other
): other is EndOfContent
Determines whether two object instances are equal
Parameters
Name | Type | Description |
---|---|---|
other | unknown | Object to compare with the current object |
Returns
other is EndOfContent
Inherited from
onAsciiEncoding
▸ onAsciiEncoding(): string
Returns
string
Inherited from
toBER
▸ toBER(sizeOnly?
, writer?
): ArrayBuffer
Encoding of current ASN.1 block into ASN.1 encoded array (BER rules)
Parameters
Name | Type | Description |
---|---|---|
sizeOnly? | boolean | Flag 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
toJSON
▸ toJSON(): BaseBlockJson
<LocalBaseBlockJson
>
Returns
BaseBlockJson
<LocalBaseBlockJson
>
Inherited from
toString
▸ toString(encoding?
): string
Parameters
Name | Type | Default value |
---|---|---|
encoding | StringEncoding | "ascii" |
Returns
string
Inherited from
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