Skip to content

verifactu-sdk API


verifactu-sdk API / PfxCertificate

Interface: PfxCertificate

Defined in: src/client/soap.ts:52

PKCS#12 certificate material (.pfx/.p12 file).

Properties

pfx

pfx: Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>

Defined in: src/client/soap.ts:54

Raw PKCS#12 bytes.


passphrase

passphrase: string

Defined in: src/client/soap.ts:56

Passphrase protecting the PFX.

Released under the MIT license.