@microsoft/ccf-app
    Preparing search index...

    Interface RsaOaepAesKwpParams

    RSA AES key wrapping with SHA-256 as digest function.

    The key argument of CCF.wrapKey can be of arbitrary content. The wrappingKey argument must be a PEM-encoded RSA public key.

    interface RsaOaepAesKwpParams {
        aesKeySize: number;
        label?: ArrayBuffer;
        name: "RSA-OAEP-AES-KWP";
    }
    Index

    Properties

    aesKeySize: number

    Size of the temporary AES key in bits.

    label?: ArrayBuffer

    A label to be associated with the wrapped key.

    name: "RSA-OAEP-AES-KWP"