UNPKG

@node-saml/node-saml

Version:

SAML 2.0 implementation for Node.js

5 lines (4 loc) 247 B
import * as crypto from "crypto"; export declare function getSigningAlgorithm(shortName?: string): string; export declare function getDigestAlgorithm(shortName?: string): string; export declare function getSigner(shortName?: string): crypto.Sign;