PKI-Lite - v1.0.5
Preparing search index...
pki-lite
core/PkiBase
asn1js
OctetStringParams
Interface OctetStringParams
interface
OctetStringParams
{
blockLength
?:
number
;
error
?:
string
;
idBlock
?:
Partial
<
ILocalIdentificationBlock
>
&
Partial
<
IHexBlock
>
;
isConstructed
?:
boolean
;
isHexOnly
?:
boolean
;
isIndefiniteForm
?:
boolean
;
lenBlock
?:
Partial
<
ILocalLengthBlock
>
;
name
?:
string
;
optional
?:
boolean
;
primitiveSchema
?:
BaseBlock
<
ValueBlock
,
LocalBaseBlockJson
>
;
value
?:
asn1js
.
OctetString
[]
;
valueBeforeDecode
?:
BufferSource
;
valueHex
?:
BufferSource
;
warnings
?:
string
[]
;
}
Hierarchy (
View Summary
)
BaseBlockParams
LocalOctetStringValueBlockParams
OctetStringParams
Index
Properties
block
Length?
error?
id
Block?
is
Constructed?
is
Hex
Only?
is
Indefinite
Form?
len
Block?
name?
optional?
primitive
Schema?
value?
value
Before
Decode?
value
Hex?
warnings?
Properties
Optional
block
Length
blockLength
?:
number
Optional
error
error
?:
string
Optional
id
Block
idBlock
?:
Partial
<
ILocalIdentificationBlock
>
&
Partial
<
IHexBlock
>
Optional
is
Constructed
isConstructed
?:
boolean
Optional
is
Hex
Only
isHexOnly
?:
boolean
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
?:
asn1js
.
OctetString
[]
Optional
value
Before
Decode
valueBeforeDecode
?:
BufferSource
Optional
value
Hex
valueHex
?:
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
Constructed
is
Hex
Only
is
Indefinite
Form
len
Block
name
optional
primitive
Schema
value
value
Before
Decode
value
Hex
warnings
PKI-Lite - v1.0.5
Loading...