onvif
    Preparing search index...

    Interface UploadKeyPairInPKCS8

    interface UploadKeyPairInPKCS8 {
        alias?: string;
        encryptionPassphrase?: string;
        encryptionPassphraseID?: string;
        keyPair: unknown;
    }
    Index
    alias?: string

    The client-defined alias of the key pair.

    encryptionPassphrase?: string

    The passphrase to use for decrypting the uploaded key pair.

    encryptionPassphraseID?: string

    The ID of the passphrase to use for decrypting the uploaded key pair.

    keyPair: unknown

    The key pair to be uploaded in a PKCS#8 data structure.