Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface signOptionsType

    Options for signing and verifying

    interface signOptionsType {
        forCert?: boolean;
        raw?: boolean;
    }
    Index

    Properties

    Properties

    forCert?: boolean

    Is this signing or verification for an X.509 certificate ? The format can be different between our native format and what is accept for X.509

    raw?: boolean

    Perform signing or verification on the raw data ?

    The default is false (meaning the data will get hashed before signed)