public abstract class Gost3410KeyParameters : AsymmetricKeyParameter
Public MustInherit Class Gost3410KeyParameters
Inherits AsymmetricKeyParameter
public ref class Gost3410KeyParameters abstract : public AsymmetricKeyParameter
Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.Gost3410KeyParameters',
Org.BouncyCastle.Crypto.AsymmetricKeyParameter);
Gost3410KeyParameters(Boolean, DerObjectIdentifier) | Initializes a new instance of the Gost3410KeyParameters class |
Gost3410KeyParameters(Boolean, Gost3410Parameters) | Initializes a new instance of the Gost3410KeyParameters class |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Parameters | |
PublicKeyParamSet |
Equals(AsymmetricKeyParameter) | (Inherited from AsymmetricKeyParameter) |
Equals(Object) | (Inherited from AsymmetricKeyParameter) |
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 | (Inherited from AsymmetricKeyParameter) |
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) |