public class SkeinParameters : ICipherParameters
Public Class SkeinParameters
Implements ICipherParameters
public ref class SkeinParameters : ICipherParameters
Org.BouncyCastle.Crypto.Parameters.SkeinParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.SkeinParameters',
null,
Org.BouncyCastle.Crypto.ICipherParameters);
SkeinParameters | Initializes a new instance of the SkeinParameters class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetKey |
Obtains the value of the key parameter, or C#
|
GetKeyIdentifier |
Obtains the value of the key identifier parameter, or
C#
|
GetNonce |
Obtains the value of the nonce parameter, or C#
|
GetParameters | Obtains a map of type (int) to value (byte[]) for the parameters tracked in this object. |
GetPersonalisation |
Obtains the value of the personalisation parameter, or
C#
|
GetPublicKey |
Obtains the value of the public key parameter, or
C#
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
PARAM_TYPE_CONFIG | The parameter type for the Skein configuration block: 4 |
PARAM_TYPE_KEY | The parameter type for a secret key, supporting MAC or KDF functions: 0 |
PARAM_TYPE_KEY_IDENTIFIER | The parameter type for a key identifier string: 16 |
PARAM_TYPE_MESSAGE | The parameter type for the message: 48 |
PARAM_TYPE_NONCE | The parameter type for a nonce: 20 |
PARAM_TYPE_OUTPUT | The parameter type for the output transformation: 63 |
PARAM_TYPE_PERSONALISATION | The parameter type for a personalisation string: 8 |
PARAM_TYPE_PUBLIC_KEY | The parameter type for a public key: 12 |