| Interface | Description |
|---|---|
| ICryptoAlgorithm |
Base interface for signing and crypting crypto algorithms.
|
| ICryptoHelper |
Base interface for all crypto related methods in this project.
|
| IMICMatchingHandler |
A special handler if MIC is not matched.
|
| Class | Description |
|---|---|
| BCCryptoHelper |
Implementation of
ICryptoHelper based on BouncyCastle. |
| LoggingMICMatchingHandler |
Logging implementation of
IMICMatchingHandler |
| MIC |
The MIC (Message Integrity Check) value.
|
| Enum | Description |
|---|---|
| ECompressionType |
Define the supported SMIME compression types for as2-lib.
|
| ECryptoAlgorithmCrypt |
Enumeration with all message encryption algorithms supported.
|
| ECryptoAlgorithmSign |
This enum contains all signing supported crypto algorithms.
|
Copyright © 2013–2022 Philip Helger. All rights reserved.