BatchUnwrapKeyRequest
extends IronCoreRequest
in package
Request to the Tenant Security Proxy's batch unwrap keys endpoint
Table of Contents
- $edeks : array<string|int, Bytes>
- $metadata : RequestMetadata
- __construct() : mixed
- getJsonData() : string
- Gets the JSON-encoded form of the request payload.
- getPostData() : array<string|int, mixed>
- Method to get the request data as an associative array.
Properties
$edeks
private
array<string|int, Bytes>
$edeks
$metadata
private
RequestMetadata
$metadata
Methods
__construct()
public
__construct(RequestMetadata $metadata, array<string|int, mixed> $edeks) : mixed
Parameters
- $metadata : RequestMetadata
-
Metadata about the batch unwrap key request
- $edeks : array<string|int, mixed>
Return values
mixed —getJsonData()
Gets the JSON-encoded form of the request payload.
public
final getJsonData() : string
Return values
string —JSON-encoded form of the request payload
getPostData()
Method to get the request data as an associative array.
public
getPostData() : array<string|int, mixed>
Return values
array<string|int, mixed> —Associative array containing all of the object's fields