Class GostSignatureDescription
Inherited Members
Namespace: CryptoPro.Security.Cryptography.Xml
Assembly: CryptoPro.Security.Cryptography.Xml.dll
Syntax
public class GostSignatureDescription : SignatureDescription
Constructors
GostSignatureDescription()
Declaration
public GostSignatureDescription()
Methods
CreateDeformatter(AsymmetricAlgorithm)
Creates an AsymmetricSignatureDeformatter instance with the specified key using the DeformatterAlgorithm property.
Declaration
public override sealed AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)
Parameters
Type | Name | Description |
---|---|---|
AsymmetricAlgorithm | key | The key to use in the AsymmetricSignatureDeformatter. |
Returns
Type | Description |
---|---|
AsymmetricSignatureDeformatter | The newly created AsymmetricSignatureDeformatter instance. |
Overrides
CreateDigest()
Creates a HashAlgorithm instance using the DigestAlgorithm property.
Declaration
public override sealed HashAlgorithm CreateDigest()
Returns
Type | Description |
---|---|
HashAlgorithm | The newly created HashAlgorithm instance. |
Overrides
CreateFormatter(AsymmetricAlgorithm)
Creates an AsymmetricSignatureFormatter instance with the specified key using the FormatterAlgorithm property.
Declaration
public override sealed AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
Parameters
Type | Name | Description |
---|---|---|
AsymmetricAlgorithm | key | The key to use in the AsymmetricSignatureFormatter. |
Returns
Type | Description |
---|---|
AsymmetricSignatureFormatter | The newly created AsymmetricSignatureFormatter instance. |