PKI-Lite - v1.0.5
    Preparing search index...
    interface ObjectIdentifierJson {
        blockLength: number;
        blockName: string;
        error: string;
        idBlock: LocalIdentificationBlockJson;
        lenBlock: LocalLengthBlockJson;
        name: string;
        optional: boolean;
        primitiveSchema?: BaseBlockJson<LocalBaseBlockJson>;
        value: string;
        valueBeforeDecode: string;
        valueBlock: LocalObjectIdentifierValueBlockJson;
        warnings: string[];
    }

    Hierarchy (View Summary)

    • BaseBlockJson<LocalObjectIdentifierValueBlockJson>
      • ObjectIdentifierJson
    Index

    Properties

    blockLength: number
    blockName: string
    error: string
    idBlock: LocalIdentificationBlockJson
    lenBlock: LocalLengthBlockJson
    name: string
    optional: boolean
    primitiveSchema?: BaseBlockJson<LocalBaseBlockJson>
    value: string
    valueBeforeDecode: string
    valueBlock: LocalObjectIdentifierValueBlockJson
    warnings: string[]