@microsoft/ccf-app
    Preparing search index...

    Interface SigningAlgorithm

    interface SigningAlgorithm {
        hash?: DigestAlgorithm;
        name: AlgorithmName;
        saltLength?: number;
    }
    Index

    Properties

    Digest algorithm. It's necessary for "RSA-PSS", "ECDSA", and "HMAC"

    saltLength?: number

    Salt length, necessary for "RSA-PSS".