Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
platform360
/
vendor
/
web-token
/
jwt-library
/
Encryption
/
Algorithm
/
File Content:
KeyEncryptionAlgorithm.php
<?php declare (strict_types=1); namespace Platform360\Jose\Component\Encryption\Algorithm; use Platform360\Jose\Component\Core\Algorithm; interface KeyEncryptionAlgorithm extends Algorithm { public const MODE_DIRECT = 'dir'; public const MODE_ENCRYPT = 'enc'; public const MODE_WRAP = 'wrap'; public const MODE_AGREEMENT = 'agree'; /** * Returns the key management mode used by the key encryption algorithm. */ public function getKeyManagementMode() : string; }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
ContentEncryption
---
0755
KeyEncryption
---
0755
ContentEncryptionAlgorithm.php
1711 bytes
0644
KeyEncryptionAlgorithm.php
498 bytes
0644
N4ST4R_ID | Naxtarrr