PFX Manager

interface ManagerPFX {
    parseWithPassword(pfxCert, password, option?): [RSAKey, string];
}

Methods

  • parse with password

    Parameters

    • pfxCert: Buffer

      Pfx certificate

    • password: string

      Certificate Password

    • Optional option: CertOption

    Returns [RSAKey, string]