GSF.
|
Class | Description | |
---|---|---|
AES192PrivacyProvider | Privacy provider for AES 192. | |
AES256PrivacyProvider | Privacy provider for AES 256. | |
AESPrivacyProvider | Privacy provider for AES 128. | |
AESPrivacyProviderBase | Privacy provider base for AES. | |
CacheTKey, TValue | Collection for improving performance. Using hashing of key/value pairs. Oldest elements will be removed from the Cache when the capacity of the cache is reached. This class is not thread safe. | |
CryptoKeyCache | Class for holding computed crypto values which are referenced by password/engineId combination This class is not thread safe, it does not contain any static parameters. | |
DecryptionException | Decryption exception. | |
DefaultAuthenticationProvider | Default authentication provider. | |
DefaultPrivacyProvider | Default privacy provider. | |
DESPrivacyProvider | Privacy provider for DES. | |
MD5AuthenticationProvider | Authentication provider using MD5. | |
PrivacyProviderExtension | Extension class for IPrivacyProvider. | |
SaltGenerator | Salt generator. | |
SHA1AuthenticationProvider | Authentication provider using SHA-1. | |
SHA256AuthenticationProvider | Authentication provider using SHA-256. | |
TripleDESPrivacyProvider | Privacy provider for 3DES. | |
User | User class. | |
UserRegistry | A repository to store user information for providers. |
Interface | Description | |
---|---|---|
IAuthenticationProvider | Authentication provider interface. | |
IPrivacyProvider | Privacy provider interface. |