public class Builder
Public Class Builder
public ref class Builder
Org.BouncyCastle.Crypto.Parameters.Builder = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.Builder');
SkeinParametersBuilder | Initializes 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 |
Build | Constructs a new SkeinParameters instance with the parameters provided to this builder. |
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) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates 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. |
ToString | Returns a string that represents the current object. (Inherited from Object) |