Core Class
View Source on Trac ↗
Core Class
ParagonIE_Sodium_Core32_SecretStream_State
class ParagonIE_Sodium_Core32_SecretStream_State
// Constructor: function Object() { [native code] } Class ParagonIE_Sodium_Core32_SecretStream_State
Methods 12 methods
| Method / Return | Description |
|---|---|
| __construct() void | ParagonIE_Sodium_Core32_SecretStream_State constructor.
Parameters: $key: mixed, $nonce: mixed |
| counterReset() self | No description available. |
| getKey() string | No description available. |
| getCounter() string | No description available. |
| getNonce() string | No description available. |
| getCombinedNonce() string | No description available. |
| incrementCounter() self | No description available. |
| needsRekey() bool | No description available. |
| rekey() self | No description available.
Parameters: $newKeyAndNonce: mixed |
| xorNonce() self | No description available.
Parameters: $str: mixed |
| fromString() self | No description available.
Parameters: $string: mixed |
| toString() string | No description available. |
Properties
| Property / Type | Description |
|---|---|
| $key mixed public | No description available. |
| $counter mixed public | No description available. |
| $nonce mixed public | No description available. |
| $_pad mixed public | No description available. |
Class Information
Source File
wp-includes/sodium_compat/src/Core32/SecretStream/State.php
Advertisement