interface SigningAlgorithm {
    hash?: DigestAlgorithm;
    name: AlgorithmName;
}

Properties

Properties

Digest algorithm. It's necessary for "RSASSA-PKCS1-v1_5", "ECDSA", and "HMAC"

Generated using TypeDoc