onvif
    Preparing search index...

    Interface UploadCertificateWithPrivateKeyInPKCS12

    interface UploadCertificateWithPrivateKeyInPKCS12 {
        certificationPathAlias?: string;
        certWithPrivateKey: unknown;
        encryptionPassphraseID?: string;
        ignoreAdditionalCertificates?: boolean;
        integrityPassphraseID?: string;
        keyAlias?: string;
        passphrase?: string;
    }
    Index
    certificationPathAlias?: string

    The client-defined alias of the certification path.

    certWithPrivateKey: unknown

    The certificates and key pair to be uploaded in a PKCS#12 data structure.

    encryptionPassphraseID?: string

    The ID of the passphrase to use for decrypting the PKCS8ShroudedKeyBag and the CertBag instances.

    ignoreAdditionalCertificates?: boolean

    True if and only if the device shall behave as if the client had only supplied the first certificate in the sequence of certificates.

    integrityPassphraseID?: string

    The ID of the passphrase to use for integrity checking of the uploaded PKCS#12 data structure.

    keyAlias?: string

    The client-defined alias of the key pair.

    passphrase?: string

    The passphrase to use for integrity checking and decrypting the uploaded PKCS#12 data structure.