Package version:

Interface KeyReleasePolicy

interface KeyReleasePolicy {
    contentType?: string;
    data?: Uint8Array;
}

Properties

Properties

contentType?: string

Content type and version of key release policy

data?: Uint8Array

Blob encoding the policy rules under which the key can be released.