UNPKG

@sphereon/ssi-sdk-ext.x509-utils

Version:

Sphereon SSI-SDK plugin functions for X.509 Certificate handling.

14 lines 388 B
export declare enum JwkKeyUse { Encryption = "enc", Signature = "sig" } export type HashAlgorithm = 'SHA-256' | 'SHA-512'; export type KeyVisibility = 'public' | 'private'; export interface X509Opts { cn?: string; privateKeyPEM?: string; certificatePEM?: string; certificateChainURL?: string; certificateChainPEM?: string; } //# sourceMappingURL=index.d.ts.map