SkeinParametersBuilder Class

A builder for SkeinParameters.

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class Builder
Inheritance
Object    SkeinParametersBuilder

Constructors

SkeinParametersBuilderInitializes a new instance of the SkeinParametersBuilder class
SkeinParametersBuilder(IDictionaryInt32, Byte)Initializes a new instance of the SkeinParametersBuilder class
SkeinParametersBuilder(SkeinParameters)Initializes a new instance of the SkeinParametersBuilder class

Methods

Build Constructs a new SkeinParameters instance with the parameters provided to this builder.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Set Sets a parameters to apply to the Skein hash function.
SetKey Sets the PARAM_TYPE_KEY parameter.
SetKeyIdentifier Sets the PARAM_TYPE_KEY_IDENTIFIER parameter.
SetNonce Sets the PARAM_TYPE_NONCE parameter.
SetPersonalisation(Byte) Sets the PARAM_TYPE_PERSONALISATION parameter.
SetPersonalisation(DateTime, String, String) Implements the recommended personalisation format for Skein defined in Section 4.11 of the Skein 1.3 specification.
SetPublicKey Sets the PARAM_TYPE_KEY_IDENTIFIER parameter.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also