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