TenantBackupEncryptionResult
in package
FinalYes
Table of Contents
Properties
- $algorithm : string
- $encryptedPath : string
- $wrappedDek : string
- $wrappedDekMetadata : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$algorithm read-only
public
string
$algorithm
$encryptedPath read-only
public
string
$encryptedPath
$wrappedDek read-only
public
string
$wrappedDek
$wrappedDekMetadata read-only
public
array<string|int, mixed>
$wrappedDekMetadata
Methods
__construct()
public
__construct(string $encryptedPath, string $algorithm, string $wrappedDek, array<string, mixed> $wrappedDekMetadata) : mixed
Parameters
- $encryptedPath : string
- $algorithm : string
- $wrappedDek : string
- $wrappedDekMetadata : array<string, mixed>
-
Metadata needed to unwrap the DEK