Lextm. |
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.
Obsolete |
![]() | MD5AuthenticationProvider |
Authentication provider using MD5.
Obsolete |
![]() | PrivacyProviderExtension | Extension class for IPrivacyProvider. |
![]() | SaltGenerator | Salt generator. |
![]() | SHA1AuthenticationProvider |
Authentication provider using SHA-1.
Obsolete |
![]() | SHA256AuthenticationProvider | Authentication provider using SHA-256. |
![]() | SHA384AuthenticationProvider | Authentication provider using SHA-384. |
![]() | SHA512AuthenticationProvider | Authentication provider using SHA-512. |
![]() | TripleDESPrivacyProvider |
Privacy provider for 3DES.
Obsolete |
![]() | User | User class. |
![]() | UserRegistry | A repository to store user information for providers. |
Interface | Description | |
---|---|---|
![]() | IAuthenticationProvider | Authentication provider interface. |
![]() | IPrivacyProvider | Privacy provider interface. |