PKI-Lite - v1.0.5
    Preparing search index...
    interface GeneralizedTimeJson {
        blockLength: number;
        blockName: string;
        day: number;
        error: string;
        hour: number;
        idBlock: LocalIdentificationBlockJson;
        lenBlock: LocalLengthBlockJson;
        millisecond: number;
        minute: number;
        month: number;
        name: string;
        optional: boolean;
        primitiveSchema?: BaseBlockJson<LocalBaseBlockJson>;
        second: number;
        valueBeforeDecode: string;
        valueBlock: LocalStringValueBlockJson;
        warnings: string[];
        year: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockLength: number
    blockName: string
    day: number
    error: string
    hour: number
    idBlock: LocalIdentificationBlockJson
    lenBlock: LocalLengthBlockJson
    millisecond: number
    minute: number
    month: number
    name: string
    optional: boolean
    primitiveSchema?: BaseBlockJson<LocalBaseBlockJson>
    second: number
    valueBeforeDecode: string
    valueBlock: LocalStringValueBlockJson
    warnings: string[]
    year: number