UNPKG

restpki-client

Version:

Classes to consume Lacuna Software REST PKI

8 lines (7 loc) 253 B
export class SignatureAlgorithmAndValue { constructor(model: any); _algorithm: import("./pk-algorithms").RSASignatureAlgorithm; _value: string; get algorithm(): import("./pk-algorithms").RSASignatureAlgorithm; get value(): string; }