Skip to main content
Module

x/samlify/src/urn.ts>algorithms

Node.js library for SAML SSO
Latest
variable algorithms
import { algorithms } from "https://deno.land/x/samlify@v2.8.11/src/urn.ts";

type

{ signature: { RSA_SHA1: string; RSA_SHA256: string; RSA_SHA512: string; }; encryption: { data: { AES_128: string; AES_256: string; TRI_DEC: string; AES_128_GCM: string; }; key: { RSA_OAEP_MGF1P: string; RSA_1_5: string; }; }; digest: { http://www.w3.org/2000/09/xmldsig#rsa-sha1: string; http://www.w3.org/2001/04/xmldsig-more#rsa-sha256: string; http://www.w3.org/2001/04/xmldsig-more#rsa-sha512: string; }; }