Click or drag to resize

BouncyCastleCryptoProvider Methods

The BouncyCastleCryptoProvider type exposes the following members.

Methods
  NameDescription
Public methodCreateDataHasher
Get data hasher.
Public methodCreateHmacHasher
Get HMAC hasher.
Public methodCreatePkcs7CryptoSignatureVerifier
Get PKCS#7 crypto signature verifier.
Public methodCreatePkcs7CryptoSignatureVerifier(X509Certificate2Collection, ICertificateSubjectRdnSelector)
Get PKCS#7 crypto signature verifier. Trust anchors to verify signature againstCertificate subject RDN selector for verifying certificate subject against specified RDN.
Public methodCreateRsaCryptoSignatureVerifier
Get RSA signature verifier.
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.)
Top
See Also