| Interface | Description |
|---|---|
| AbstractCryptoFactory |
Abstract interface for any factory of this security library.
|
| AbstractGetIterationCount |
Interface to
get the iteration count. |
| CryptoBinaryFormat |
Interface for the concept and constants of different formats of a
binary representation. |
| CryptoChunker |
This is the interface for a security algorithm function that
combines chunks of data to a
compact result. |
| CryptoProcessor |
The abstract interface for any object that is based on a security
algorithm. |
| Class | Description |
|---|---|
| CryptoAccess |
Implementations (non-abstract sub-classes) of
CryptoAccess represent the main entry point for the API
provided by this security library. |
| CryptoBinary |
BinaryType for security content such as Hash,
SignatureBinary, encrypted data, serialized Keys, etc. |
| CryptoConfig |
Abstract base class for a configuration of a security creator or processor (for hashes, signatures, keys, encryption,
decryption, etc.).
|
| UnlimitedKeyStrengthJurisdictionPolicy |
Copyright © 2001–2019 mmm-Team. All rights reserved.