From 91d6334c7d5ce0c595dc82cfbd9f47adf3d3fb21 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Dec 2016 12:00:50 +0100 Subject: php-pecl-crypto: 0.3.0 --- REFLECTION | 371 +++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 312 insertions(+), 59 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b1b52b6..3d092b6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #84 crypto version 0.2.2 ] { +Extension [ extension #78 crypto version 0.3.0 ] { - - Classes [13] { - Class [ class Crypto\CryptoException extends Exception ] { + - Classes [17] { + Class [ class Crypto\CryptoException extends Exception implements Throwable ] { - Constants [0] { } @@ -32,33 +32,33 @@ Extension [ extension #84 crypto version 0.2.2 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class Crypto\CipherException extends Crypto\CryptoException ] { + Class [ class Crypto\CipherException extends Crypto\CryptoException implements Throwable ] { - Constants [30] { Constant [ integer ALGORITHM_NOT_FOUND ] { 1 } @@ -119,28 +119,28 @@ Extension [ extension #84 crypto version 0.2.2 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } @@ -371,10 +371,10 @@ Extension [ extension #84 crypto version 0.2.2 ] { } } - Class [ class Crypto\HashException extends Crypto\CryptoException ] { + Class [ class Crypto\HashException extends Crypto\CryptoException implements Throwable ] { - Constants [7] { - Constant [ integer ALGORITHM_NOT_FOUND ] { 1 } + 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 } @@ -409,28 +409,28 @@ Extension [ extension #84 crypto version 0.2.2 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } @@ -505,16 +505,17 @@ Extension [ extension #84 crypto version 0.2.2 ] { } } - Class [ class Crypto\MACException extends Crypto\HashException ] { + Class [ class Crypto\MACException extends Crypto\HashException implements Throwable ] { - - Constants [8] { - Constant [ integer ALGORITHM_NOT_FOUND ] { 1 } + - 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 } } @@ -544,28 +545,28 @@ Extension [ extension #84 crypto version 0.2.2 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } @@ -763,7 +764,7 @@ Extension [ extension #84 crypto version 0.2.2 ] { } } - Class [ class Crypto\Base64Exception extends Crypto\CryptoException ] { + Class [ class Crypto\Base64Exception extends Crypto\CryptoException implements Throwable ] { - Constants [6] { Constant [ integer ENCODE_UPDATE_FORBIDDEN ] { 1 } @@ -800,28 +801,28 @@ Extension [ extension #84 crypto version 0.2.2 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } @@ -878,7 +879,7 @@ Extension [ extension #84 crypto version 0.2.2 ] { } } - Class [ class Crypto\RandException extends Crypto\CryptoException ] { + Class [ class Crypto\RandException extends Crypto\CryptoException implements Throwable ] { - Constants [4] { Constant [ integer GENERATE_PREDICTABLE ] { 1 } @@ -913,28 +914,280 @@ Extension [ extension #84 crypto version 0.2.2 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ abstract class Crypto\KDF ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $length ] + Parameter #1 [ $salt ] + } + } + + Method [ abstract public method derive ] { + + - Parameters [1] { + Parameter #0 [ $password ] + } + } + + Method [ public method getLength ] { + } + + Method [ public method setLength ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + } + + Method [ public method getSalt ] { + } + + Method [ public method setSalt ] { + + - Parameters [1] { + Parameter #0 [ $salt ] + } + } + } + } + + Class [ 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 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Crypto\PBKDF2 extends Crypto\KDF ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $hashAlgorithm ] + Parameter #1 [ $length ] + Parameter #2 [ $salt ] + Parameter #3 [ $iterations ] + } + } + + Method [ public method derive ] { + + - Parameters [1] { + Parameter #0 [ $password ] + } + } + + Method [ public method getIterations ] { + } + + Method [ public method setIterations ] { + + - Parameters [1] { + Parameter #0 [ $iterations ] + } + } + + Method [ public method getHashAlgorithm ] { + } + + Method [ public method setHashAlgorithm ] { + + - Parameters [1] { + Parameter #0 [ $hashAlgorithm ] + } + } + + Method [ public method getLength ] { + } + + Method [ public method setLength ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + } + + Method [ public method getSalt ] { + } + + Method [ public method setSalt ] { + + - Parameters [1] { + Parameter #0 [ $salt ] + } + } + } + } + + Class [ 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 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit