C# Class UnitTests.DkimTests

ファイルを表示 Open project: jstedfast/MimeKit

Private Methods

Method Description
CreateSigner ( DkimSignatureAlgorithm algorithm ) : MimeKit.Cryptography.DkimSigner
DkimTests ( ) : System
TestArgumentExceptions ( ) : void
TestDkimSignVerify ( MimeMessage message, DkimSignatureAlgorithm signatureAlgorithm, DkimCanonicalizationAlgorithm headerAlgorithm, DkimCanonicalizationAlgorithm bodyAlgorithm ) : void
TestDkimSignVerifyJwzMbox ( ) : void
TestEmptyBody ( DkimSignatureAlgorithm signatureAlgorithm, DkimCanonicalizationAlgorithm bodyAlgorithm, string expectedHash ) : void
TestEmptyRelaxedBodySha1 ( ) : void
TestEmptyRelaxedBodySha256 ( ) : void
TestEmptySimpleBodySha1 ( ) : void
TestEmptySimpleBodySha256 ( ) : void
TestUnicode ( DkimSignatureAlgorithm signatureAlgorithm, DkimCanonicalizationAlgorithm bodyAlgorithm, string expectedHash ) : void
TestUnicodeRelaxedBodySha1 ( ) : void
TestUnicodeRelaxedBodySha256 ( ) : void
TestUnicodeSimpleBodySha1 ( ) : void
TestUnicodeSimpleBodySha256 ( ) : void
TestVerifyGoogleMailDkimSignature ( ) : void
TestVerifyGoogleMultipartRelatedDkimSignature ( ) : void
TestVerifyGoogleMultipartWithoutEndBoundaryDkimSignature ( ) : void
VerifyDkimBodyHash ( MimeMessage message, DkimSignatureAlgorithm algorithm, string expectedHash ) : void