- ENCRYPT_FORMAT_BASE64 - - -
- - - - - -
- public
- final mixed
- ENCRYPT_FORMAT_BASE64
- = 0b1
-
-
-
-
-
-
-
-
-
-diff --git a/classes/chillerlan-OAuth-Core-PKCETrait.html b/classes/chillerlan-OAuth-Core-PKCETrait.html index dbf973d..75c5bb1 100644 --- a/classes/chillerlan-OAuth-Core-PKCETrait.html +++ b/classes/chillerlan-OAuth-Core-PKCETrait.html @@ -131,7 +131,7 @@
PhpFullyQualifiedNameUsageInspection
-(PHPMD.MissingImport)
-Common utilities for use with the OAuth providers
@@ -173,31 +173,6 @@
- public
- final mixed
- ENCRYPT_FORMAT_BASE64
- = 0b1
-
-
-
-
-
-
-
-
-
-
- public
- final mixed
- ENCRYPT_FORMAT_BINARY
- = 0b0
-
-
-
-
-
-
-
-
-
-
- public
- final mixed
- ENCRYPT_FORMAT_HEX
- = 0b10
-
-
-
-
-
-
-
-
-
-Creates a new cryptographically secure random encryption key (in hexadecimal format)
- -
- public
- static createEncryptionKey() : string
-
- decrypts the given $encrypted data with $key from $format input [binary, base64, hex]
- -
- public
- static decrypt(string $encrypted, string $keyHex[, int $format = self::ENCRYPT_FORMAT_HEX ]) : string
-
- encrypts the given $data with $key, $format output [binary, base64, hex]
- -
- public
- static encrypt(string $data, string $keyHex[, int $format = self::ENCRYPT_FORMAT_HEX ]) : string
-
- Fetches a list of provider classes in the given directory
@@ -744,26 +365,14 @@PhpFullyQualifiedNameUsageInspection
-(PHPMD.MissingImport)
-PhpFullyQualifiedNameUsageInspection
-(PHPMD.MissingImport)
-PhpFullyQualifiedNameUsageInspection
-(PHPMD.MissingImport)
-PhpFullyQualifiedNameUsageInspection
-(PHPMD.MissingImport)
-
protected
- loadFile(string $key, string $provider) : string|null
+ loadFile(string $key, string $provider) : string
- public
- static encryptionFormatProvider() : array<string, array<int, int>>
-
-
- public
- testEncryptDecrypt(int $format) : void
-
-