Click or drag to resize

RsaCryptoSignatureVerifier Class

RSA signature verifier.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Crypto.BouncyCastle.CryptoRsaCryptoSignatureVerifier

Namespace:  Guardtime.KSI.Crypto.BouncyCastle.Crypto
Assembly:  ksi-net-api-crypto-bouncycastle (in ksi-net-api-crypto-bouncycastle.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class RsaCryptoSignatureVerifier : ICryptoSignatureVerifier

The RsaCryptoSignatureVerifier type exposes the following members.

Constructors
  NameDescription
Public methodRsaCryptoSignatureVerifier
Create RSA crypto signature verifier instance.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodVerify
Verify signed bytes and signature.
Top
See Also