public class Gost3410Parameters : ICipherParameters
Public Class Gost3410Parameters
Implements ICipherParameters
public ref class Gost3410Parameters : ICipherParameters
Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters',
null,
Org.BouncyCastle.Crypto.ICipherParameters);
Gost3410Parameters(BigInteger, BigInteger, BigInteger) | Initializes a new instance of the Gost3410Parameters class |
Gost3410Parameters(BigInteger, BigInteger, BigInteger, Gost3410ValidationParameters) | Initializes a new instance of the Gost3410Parameters class |
Equals(Gost3410Parameters) | |
Equals(Object) | (Overrides ObjectEquals(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 | (Overrides ObjectGetHashCode) |
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) |