Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
dkim.canonicalization.CanonicalizationPolicy
logging.Filterer
:
A base class for loggers and handlers which allows them to share common code.
logging.Handler
:
Handler instances dispatch logging events to specific destinations.
dkim.util.NullHandler
dkim.canonicalization.Relaxed
:
Class that represents the "relaxed" canonicalization algorithm.
dkim.canonicalization.Simple
:
Class that represents the "simple" canonicalization algorithm.
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
dkim.asn1.ASN1FormatError
dkim.DKIMException
:
Base class for DKIM errors.
dkim.AuthresNotFoundError
:
Authres Package not installed, needed for ARC
dkim.DNSError
:
DNS error.
dkim.InternalError
:
Internal error in dkim module.
dkim.KeyFormatError
:
Key format error while parsing an RSA public or private key.
dkim.MessageFormatError
:
RFC822 message format error.
dkim.NaClNotFoundError
:
Nacl package not installed, needed for ed25119 signatures
dkim.ParameterError
:
Input parameter error.
dkim.UnknownKeyTypeError
:
Key type (k tag) is not known (rsa/ed25519)
dkim.ValidationError
:
Validation error.
dkim.crypto.DigestTooLargeError
:
The digest is too large to fit within the requested length.
dkim.canonicalization.InvalidCanonicalizationPolicyError
:
The c= value could not be parsed.
dkim.util.InvalidTagValueList
dkim.util.DuplicateTag
dkim.util.InvalidTagSpec
exceptions.StandardError
:
Base class for all standard Python exceptions that do not represent interpreter exiting.
exceptions.AssertionError
:
Assertion failed.
dkim.crypto.UnparsableKeyError
:
The data could not be parsed as a key.
dkim.DomainSigner
dkim.ARC
dkim.DKIM
dkim.HashThrough
unittest.TestCase
:
A class whose instances are single test cases.
dkim.tests.test_canonicalization.BaseCanonicalizationTest
dkim.tests.test_canonicalization.TestRelaxedAlgorithmBody
dkim.tests.test_canonicalization.TestRelaxedAlgorithmHeaders
dkim.tests.test_canonicalization.TestSimpleAlgorithmBody
dkim.tests.test_canonicalization.TestSimpleAlgorithmHeaders
dkim.tests.test_canonicalization.TestCanonicalizationPolicyFromCValue
dkim.tests.test_canonicalization.TestCanonicalizationPolicyToCValue
dkim.tests.test_dnsplug.TestDNSPlug
dkim.tests.test_crypto.TestEMSA_PKCS1_v1_5
dkim.tests.test_dkim_ed25519.TestFold
dkim.tests.test_dkim.TestFold
dkim.tests.test_crypto.TestParseKeys
dkim.tests.test_util.TestParseTagValue
:
Tag=Value parsing tests.
dkim.tests.test_crypto.TestRSASSA
dkim.tests.test_arc.TestSignAndVerify
:
End-to-end signature and verification tests.
dkim.tests.test_dkim.TestSignAndVerify
:
End-to-end signature and verification tests.
dkim.tests.test_dkim_ed25519.TestSignAndVerify
:
End-to-end signature and verification tests.
dkim.tests.test_crypto.TestStrIntConversion
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Mon Dec 16 11:46:04 2019
http://epydoc.sourceforge.net