summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-08 07:51:25 +0100
committerRemi Collet <remi@remirepo.net>2021-03-08 07:51:25 +0100
commitfb17cb2f5b208110470e182690d2e7df090d63ca (patch)
treefbc83b5b62deeb2de27d91eac0c2f3c642ac5bb9 /REFLECTION
parent15308b5a196ebf01ba8937c417c9928e3cac2108 (diff)
update to 0.3.2
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION268
1 files changed, 191 insertions, 77 deletions
diff --git a/REFLECTION b/REFLECTION
index 3f8dbe1..a868d35 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
+Extension [ <persistent> extension #119 crypto version 0.3.2 ] {
- Classes [17] {
Class [ <internal:crypto> class Crypto\CryptoException extends Exception implements Throwable ] {
@@ -61,36 +61,36 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\CipherException extends Crypto\CryptoException implements Throwable ] {
- Constants [30] {
- Constant [ integer ALGORITHM_NOT_FOUND ] { 1 }
- Constant [ integer STATIC_METHOD_NOT_FOUND ] { 2 }
- Constant [ integer STATIC_METHOD_TOO_MANY_ARGS ] { 3 }
- Constant [ integer MODE_NOT_FOUND ] { 4 }
- Constant [ integer MODE_NOT_AVAILABLE ] { 5 }
- Constant [ integer AUTHENTICATION_NOT_SUPPORTED ] { 6 }
- Constant [ integer KEY_LENGTH_INVALID ] { 7 }
- Constant [ integer IV_LENGTH_INVALID ] { 8 }
- Constant [ integer AAD_SETTER_FORBIDDEN ] { 9 }
- Constant [ integer AAD_SETTER_FAILED ] { 10 }
- Constant [ integer AAD_LENGTH_HIGH ] { 11 }
- Constant [ integer TAG_GETTER_FORBIDDEN ] { 12 }
- Constant [ integer TAG_SETTER_FORBIDDEN ] { 13 }
- Constant [ integer TAG_GETTER_FAILED ] { 14 }
- Constant [ integer TAG_SETTER_FAILED ] { 15 }
- Constant [ integer TAG_LENGTH_SETTER_FORBIDDEN ] { 16 }
- Constant [ integer TAG_LENGTH_LOW ] { 17 }
- Constant [ integer TAG_LENGTH_HIGH ] { 18 }
- Constant [ integer TAG_VERIFY_FAILED ] { 19 }
- Constant [ integer INIT_ALG_FAILED ] { 20 }
- Constant [ integer INIT_CTX_FAILED ] { 21 }
- Constant [ integer INIT_ENCRYPT_FORBIDDEN ] { 22 }
- Constant [ integer INIT_DECRYPT_FORBIDDEN ] { 23 }
- Constant [ integer UPDATE_FAILED ] { 24 }
- Constant [ integer UPDATE_ENCRYPT_FORBIDDEN ] { 25 }
- Constant [ integer UPDATE_DECRYPT_FORBIDDEN ] { 26 }
- Constant [ integer FINISH_FAILED ] { 27 }
- Constant [ integer FINISH_ENCRYPT_FORBIDDEN ] { 28 }
- Constant [ integer FINISH_DECRYPT_FORBIDDEN ] { 29 }
- Constant [ integer INPUT_DATA_LENGTH_HIGH ] { 30 }
+ Constant [ public int ALGORITHM_NOT_FOUND ] { 1 }
+ Constant [ public int STATIC_METHOD_NOT_FOUND ] { 2 }
+ Constant [ public int STATIC_METHOD_TOO_MANY_ARGS ] { 3 }
+ Constant [ public int MODE_NOT_FOUND ] { 4 }
+ Constant [ public int MODE_NOT_AVAILABLE ] { 5 }
+ Constant [ public int AUTHENTICATION_NOT_SUPPORTED ] { 6 }
+ Constant [ public int KEY_LENGTH_INVALID ] { 7 }
+ Constant [ public int IV_LENGTH_INVALID ] { 8 }
+ Constant [ public int AAD_SETTER_FORBIDDEN ] { 9 }
+ Constant [ public int AAD_SETTER_FAILED ] { 10 }
+ Constant [ public int AAD_LENGTH_HIGH ] { 11 }
+ Constant [ public int TAG_GETTER_FORBIDDEN ] { 12 }
+ Constant [ public int TAG_SETTER_FORBIDDEN ] { 13 }
+ Constant [ public int TAG_GETTER_FAILED ] { 14 }
+ Constant [ public int TAG_SETTER_FAILED ] { 15 }
+ Constant [ public int TAG_LENGTH_SETTER_FORBIDDEN ] { 16 }
+ Constant [ public int TAG_LENGTH_LOW ] { 17 }
+ Constant [ public int TAG_LENGTH_HIGH ] { 18 }
+ Constant [ public int TAG_VERIFY_FAILED ] { 19 }
+ Constant [ public int INIT_ALG_FAILED ] { 20 }
+ Constant [ public int INIT_CTX_FAILED ] { 21 }
+ Constant [ public int INIT_ENCRYPT_FORBIDDEN ] { 22 }
+ Constant [ public int INIT_DECRYPT_FORBIDDEN ] { 23 }
+ Constant [ public int UPDATE_FAILED ] { 24 }
+ Constant [ public int UPDATE_ENCRYPT_FORBIDDEN ] { 25 }
+ Constant [ public int UPDATE_DECRYPT_FORBIDDEN ] { 26 }
+ Constant [ public int FINISH_FAILED ] { 27 }
+ Constant [ public int FINISH_ENCRYPT_FORBIDDEN ] { 28 }
+ Constant [ public int FINISH_DECRYPT_FORBIDDEN ] { 29 }
+ Constant [ public int INPUT_DATA_LENGTH_HIGH ] { 30 }
}
- Static properties [0] {
@@ -148,14 +148,14 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\Cipher ] {
- Constants [8] {
- Constant [ integer MODE_ECB ] { 1 }
- Constant [ integer MODE_CBC ] { 2 }
- Constant [ integer MODE_CFB ] { 3 }
- Constant [ integer MODE_OFB ] { 4 }
- Constant [ integer MODE_CTR ] { 5 }
- Constant [ integer MODE_GCM ] { 6 }
- Constant [ integer MODE_CCM ] { 7 }
- Constant [ integer MODE_XTS ] { 65537 }
+ Constant [ public int MODE_ECB ] { 1 }
+ Constant [ public int MODE_CBC ] { 2 }
+ Constant [ public int MODE_CFB ] { 3 }
+ Constant [ public int MODE_OFB ] { 4 }
+ Constant [ public int MODE_CTR ] { 5 }
+ Constant [ public int MODE_GCM ] { 6 }
+ Constant [ public int MODE_CCM ] { 7 }
+ Constant [ public int MODE_XTS ] { 65537 }
}
- Static properties [0] {
@@ -208,6 +208,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method getAlgorithmName ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method encryptInit ] {
@@ -226,6 +229,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method encryptFinish ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method encrypt ] {
@@ -253,6 +259,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method decryptFinish ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method decrypt ] {
@@ -265,18 +274,33 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method getBlockSize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method getKeyLength ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method getIVLength ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method getMode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method getTag ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method setTag ] {
@@ -355,18 +379,33 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method getAlgorithmName ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method digest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method hexdigest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method getSize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method getBlockSize ] {
+
+ - Parameters [0] {
+ }
}
}
}
@@ -374,13 +413,13 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\HashException extends Crypto\CryptoException implements Throwable ] {
- Constants [7] {
- Constant [ integer HASH_ALGORITHM_NOT_FOUND ] { 1 }
- Constant [ integer STATIC_METHOD_NOT_FOUND ] { 2 }
- Constant [ integer STATIC_METHOD_TOO_MANY_ARGS ] { 3 }
- Constant [ integer INIT_FAILED ] { 4 }
- Constant [ integer UPDATE_FAILED ] { 5 }
- Constant [ integer DIGEST_FAILED ] { 6 }
- Constant [ integer INPUT_DATA_LENGTH_HIGH ] { 7 }
+ Constant [ public int HASH_ALGORITHM_NOT_FOUND ] { 1 }
+ Constant [ public int STATIC_METHOD_NOT_FOUND ] { 2 }
+ Constant [ public int STATIC_METHOD_TOO_MANY_ARGS ] { 3 }
+ Constant [ public int INIT_FAILED ] { 4 }
+ Constant [ public int UPDATE_FAILED ] { 5 }
+ Constant [ public int DIGEST_FAILED ] { 6 }
+ Constant [ public int INPUT_DATA_LENGTH_HIGH ] { 7 }
}
- Static properties [0] {
@@ -489,18 +528,33 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getAlgorithmName ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method digest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method hexdigest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getSize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getBlockSize ] {
+
+ - Parameters [0] {
+ }
}
}
}
@@ -508,15 +562,15 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\MACException extends Crypto\HashException implements Throwable ] {
- Constants [9] {
- Constant [ integer HASH_ALGORITHM_NOT_FOUND ] { 1 }
- Constant [ integer STATIC_METHOD_NOT_FOUND ] { 2 }
- Constant [ integer STATIC_METHOD_TOO_MANY_ARGS ] { 3 }
- Constant [ integer INIT_FAILED ] { 4 }
- Constant [ integer UPDATE_FAILED ] { 5 }
- Constant [ integer DIGEST_FAILED ] { 6 }
- Constant [ integer INPUT_DATA_LENGTH_HIGH ] { 7 }
- Constant [ integer MAC_ALGORITHM_NOT_FOUND ] { 1 }
- Constant [ integer KEY_LENGTH_INVALID ] { 2 }
+ Constant [ public int HASH_ALGORITHM_NOT_FOUND ] { 1 }
+ Constant [ public int STATIC_METHOD_NOT_FOUND ] { 2 }
+ Constant [ public int STATIC_METHOD_TOO_MANY_ARGS ] { 3 }
+ Constant [ public int INIT_FAILED ] { 4 }
+ Constant [ public int UPDATE_FAILED ] { 5 }
+ Constant [ public int DIGEST_FAILED ] { 6 }
+ Constant [ public int INPUT_DATA_LENGTH_HIGH ] { 7 }
+ Constant [ public int MAC_ALGORITHM_NOT_FOUND ] { 1 }
+ Constant [ public int KEY_LENGTH_INVALID ] { 2 }
}
- Static properties [0] {
@@ -625,18 +679,33 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getAlgorithmName ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method digest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method hexdigest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getSize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getBlockSize ] {
+
+ - Parameters [0] {
+ }
}
}
}
@@ -695,18 +764,33 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getAlgorithmName ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method digest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method hexdigest ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getSize ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\Hash> public method getBlockSize ] {
+
+ - Parameters [0] {
+ }
}
}
}
@@ -740,6 +824,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
- Methods [5] {
Method [ <internal:crypto, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method encodeUpdate ] {
@@ -750,6 +837,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method encodeFinish ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method decodeUpdate ] {
@@ -760,6 +850,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method decodeFinish ] {
+
+ - Parameters [0] {
+ }
}
}
}
@@ -767,12 +860,12 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\Base64Exception extends Crypto\CryptoException implements Throwable ] {
- Constants [6] {
- Constant [ integer ENCODE_UPDATE_FORBIDDEN ] { 1 }
- Constant [ integer ENCODE_FINISH_FORBIDDEN ] { 2 }
- Constant [ integer DECODE_UPDATE_FORBIDDEN ] { 3 }
- Constant [ integer DECODE_FINISH_FORBIDDEN ] { 4 }
- Constant [ integer DECODE_UPDATE_FAILED ] { 5 }
- Constant [ integer INPUT_DATA_LENGTH_HIGH ] { 6 }
+ Constant [ public int ENCODE_UPDATE_FORBIDDEN ] { 1 }
+ Constant [ public int ENCODE_FINISH_FORBIDDEN ] { 2 }
+ Constant [ public int DECODE_UPDATE_FORBIDDEN ] { 3 }
+ Constant [ public int DECODE_FINISH_FORBIDDEN ] { 4 }
+ Constant [ public int DECODE_UPDATE_FAILED ] { 5 }
+ Constant [ public int INPUT_DATA_LENGTH_HIGH ] { 6 }
}
- Static properties [0] {
@@ -854,6 +947,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> static public method cleanup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> static public method loadFile ] {
@@ -882,10 +978,10 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\RandException extends Crypto\CryptoException implements Throwable ] {
- Constants [4] {
- Constant [ integer GENERATE_PREDICTABLE ] { 1 }
- Constant [ integer FILE_WRITE_PREDICTABLE ] { 2 }
- Constant [ integer REQUESTED_BYTES_NUMBER_TOO_HIGH ] { 3 }
- Constant [ integer SEED_LENGTH_TOO_HIGH ] { 4 }
+ Constant [ public int GENERATE_PREDICTABLE ] { 1 }
+ Constant [ public int FILE_WRITE_PREDICTABLE ] { 2 }
+ Constant [ public int REQUESTED_BYTES_NUMBER_TOO_HIGH ] { 3 }
+ Constant [ public int SEED_LENGTH_TOO_HIGH ] { 4 }
}
- Static properties [0] {
@@ -971,6 +1067,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method getLength ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method setLength ] {
@@ -981,6 +1080,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method getSalt ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method setSalt ] {
@@ -995,11 +1097,11 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\KDFException extends Crypto\CryptoException implements Throwable ] {
- Constants [5] {
- Constant [ integer KEY_LENGTH_LOW ] { 1 }
- Constant [ integer KEY_LENGTH_HIGH ] { 2 }
- Constant [ integer SALT_LENGTH_HIGH ] { 3 }
- Constant [ integer PASSWORD_LENGTH_INVALID ] { 4 }
- Constant [ integer DERIVATION_FAILED ] { 5 }
+ Constant [ public int KEY_LENGTH_LOW ] { 1 }
+ Constant [ public int KEY_LENGTH_HIGH ] { 2 }
+ Constant [ public int SALT_LENGTH_HIGH ] { 3 }
+ Constant [ public int PASSWORD_LENGTH_INVALID ] { 4 }
+ Constant [ public int DERIVATION_FAILED ] { 5 }
}
- Static properties [0] {
@@ -1087,6 +1189,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method getIterations ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method setIterations ] {
@@ -1097,6 +1202,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto> public method getHashAlgorithm ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto> public method setHashAlgorithm ] {
@@ -1107,6 +1215,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto, inherits Crypto\KDF> public method getLength ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\KDF> public method setLength ] {
@@ -1117,6 +1228,9 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
}
Method [ <internal:crypto, inherits Crypto\KDF> public method getSalt ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:crypto, inherits Crypto\KDF> public method setSalt ] {
@@ -1131,13 +1245,13 @@ Extension [ <persistent> extension #78 crypto version 0.3.1 ] {
Class [ <internal:crypto> class Crypto\PBKDF2Exception extends Crypto\KDFException implements Throwable ] {
- Constants [7] {
- Constant [ integer KEY_LENGTH_LOW ] { 1 }
- Constant [ integer KEY_LENGTH_HIGH ] { 2 }
- Constant [ integer SALT_LENGTH_HIGH ] { 3 }
- Constant [ integer PASSWORD_LENGTH_INVALID ] { 4 }
- Constant [ integer DERIVATION_FAILED ] { 5 }
- Constant [ integer HASH_ALGORITHM_NOT_FOUND ] { 1 }
- Constant [ integer ITERATIONS_HIGH ] { 2 }
+ Constant [ public int KEY_LENGTH_LOW ] { 1 }
+ Constant [ public int KEY_LENGTH_HIGH ] { 2 }
+ Constant [ public int SALT_LENGTH_HIGH ] { 3 }
+ Constant [ public int PASSWORD_LENGTH_INVALID ] { 4 }
+ Constant [ public int DERIVATION_FAILED ] { 5 }
+ Constant [ public int HASH_ALGORITHM_NOT_FOUND ] { 1 }
+ Constant [ public int ITERATIONS_HIGH ] { 2 }
}
- Static properties [0] {