UNPKG

@xevolab/jades

Version:

JAdES Digital Signatures compatible with the ETSI TS 119 182-1 Standard

3 lines (2 loc) 196 B
export type SignAlg = "RS256" | "RS384" | "RS512" | "ES256" | "ES384" | "ES512" | "PS256" | "PS384" | "PS512"; export { IProtectedHeaders, ExtProtectedHeaders } from "./classes/ProtectedHeaders";