PKI-Lite - v1.0.5
Preparing search index...
pki-lite
core/PkiBase
asn1js
ConstructedParams
Interface ConstructedParams
interface
ConstructedParams
{
blockLength
?:
number
;
error
?:
string
;
idBlock
?:
Partial
<
ILocalIdentificationBlock
>
&
Partial
<
IHexBlock
>
;
isIndefiniteForm
?:
boolean
;
lenBlock
?:
Partial
<
ILocalLengthBlock
>
;
name
?:
string
;
optional
?:
boolean
;
primitiveSchema
?:
BaseBlock
<
ValueBlock
,
LocalBaseBlockJson
>
;
value
?:
ConstructedItem
[]
;
valueBeforeDecode
?:
BufferSource
;
warnings
?:
string
[]
;
}
Hierarchy (
View Summary
)
BaseBlockParams
LocalConstructedValueBlockParams
ConstructedParams
Index
Properties
block
Length?
error?
id
Block?
is
Indefinite
Form?
len
Block?
name?
optional?
primitive
Schema?
value?
value
Before
Decode?
warnings?
Properties
Optional
block
Length
blockLength
?:
number
Optional
error
error
?:
string
Optional
id
Block
idBlock
?:
Partial
<
ILocalIdentificationBlock
>
&
Partial
<
IHexBlock
>
Optional
is
Indefinite
Form
isIndefiniteForm
?:
boolean
Optional
len
Block
lenBlock
?:
Partial
<
ILocalLengthBlock
>
Optional
name
name
?:
string
Optional
optional
optional
?:
boolean
Optional
primitive
Schema
primitiveSchema
?:
BaseBlock
<
ValueBlock
,
LocalBaseBlockJson
>
Optional
value
value
?:
ConstructedItem
[]
Optional
value
Before
Decode
valueBeforeDecode
?:
BufferSource
Optional
warnings
warnings
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Length
error
id
Block
is
Indefinite
Form
len
Block
name
optional
primitive
Schema
value
value
Before
Decode
warnings
PKI-Lite - v1.0.5
Loading...