UNPKG
@node-saml/node-saml
Version:
beta (4.0.0-beta.6)
latest (5.1.0)
5.1.0
5.0.1
5.0.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-beta.6
4.0.0-beta.5
4.0.0-beta.4
4.0.0-beta.3
SAML 2.0 implementation for Node.js
github.com/node-saml/node-saml
node-saml/node-saml
@node-saml/node-saml
/
lib
/
algorithms.d.ts
5 lines
(4 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
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
;