Class UnwrapKeyActionProto

Hierarchy

Constructors

Properties

action: string

name of the action

actionId: string = ""

Identity of action (needs to link request to response)

extractable: boolean = false
format: KeyFormat = "raw"
keyUsage: KeyUsage[] = []
providerID: string = ""
unwrapAlgorithm: AlgorithmProto = ...
unwrappedKeyAlgorithm: AlgorithmProto = ...
unwrappingKey: CryptoKeyProto = ...
version: number = 0
wrappedKey: ArrayBuffer = ...
ACTION: string = "crypto/subtle/unwrapKey"
INDEX: number = CryptoActionProto.INDEX

Generated using TypeDoc