public sealed class Blake3Parameters : ICipherParameters
Public NotInheritable Class Blake3Parameters
Implements ICipherParameters
public ref class Blake3Parameters sealed : ICipherParameters
Org.BouncyCastle.Crypto.Parameters.Blake3Parameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.Blake3Parameters',
null,
Org.BouncyCastle.Crypto.ICipherParameters);
Blake3Parameters | Initializes a new instance of the Blake3Parameters class |
ClearKey | Clear the key bytes. |
Context | Create a key parameter. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetContext | Obtain the salt. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetKey | Obtain the key. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Key | Create a key parameter. |
ToString | Returns a string that represents the current object. (Inherited from Object) |