Documentation
    Preparing search index...

    Interface AttestationStatement

    interface AttestationStatement {
        alg?: number;
        certInfo?: Uint8Array<ArrayBufferLike>;
        pubArea?: Uint8Array<ArrayBufferLike>;
        response?: Uint8Array<ArrayBufferLike>;
        sig?: Uint8Array<ArrayBufferLike>;
        ver?: string;
        x5c?: Uint8Array<ArrayBufferLike>[];
    }
    Index

    Properties

    alg?: number
    certInfo?: Uint8Array<ArrayBufferLike>
    pubArea?: Uint8Array<ArrayBufferLike>
    response?: Uint8Array<ArrayBufferLike>
    sig?: Uint8Array<ArrayBufferLike>
    ver?: string
    x5c?: Uint8Array<ArrayBufferLike>[]