| Package | Description |
|---|---|
| org.bouncycastle.pqc.crypto.mlkem | This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies. |
| org.bouncycastle.pqc.crypto.util | Utility classes for Post-Quantum Cryptography operations. |
| Modifier and Type | Method and Description |
|---|---|
SecretWithEncapsulation | MLKEMGenerator.generateEncapsulated(AsymmetricKeyParameter recipientKey)generateEncapsulated. |
SecretWithEncapsulation | MLKEMGenerator.internalGenerateEncapsulated(AsymmetricKeyParameter recipientKey,
byte[] randBytes)internalGenerateEncapsulated. |
| Modifier and Type | Class and Description |
|---|---|
class | SecretWithEncapsulationImplImplementation of SecretWithEncapsulation for post-quantum cryptography. |