Skip to content

PfxPrivateKeySource

A WebCrypto private key or raw PKCS#8 DER bytes for a PFX key bag.

ts
type PfxPrivateKeySource = CryptoKey | Uint8Array

Released under the MIT License.