| Interface | Description |
|---|---|
| EncryptionScheme |
Describes a password-based encryption scheme.
|
| Class | Description |
|---|---|
| AbstractEncryptionScheme |
Abstract base class for password-based encryption schemes based on salt data and iterated hashing as the basis of the
key derivation function.
|
| OpenSSLEncryptionScheme |
Password-based encryption scheme used by OpenSSL for encrypting private keys.
|
| PBES1EncryptionScheme |
Implements the PBES1 encryption scheme defined in PKCS#5v2.
|
| PBES2EncryptionScheme |
Implements the PBES2 encryption scheme defined in PKCS#5v2.
|
| Enum | Description |
|---|---|
| OpenSSLAlgorithm |
Describes block ciphers allowed with the OpenSSL password-based encryption scheme.
|
| PBES1Algorithm |
Password-based encryption algorithms defined in PKCS#5 for PBES1 scheme.
|
| PBES2Algorithm |
Supported password-based encryption algorithms for PKCS#5 PBES2 encryption scheme.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.