public class CompositeKeyGeneratorSpi
extends javax.crypto.KeyGeneratorSpi
| Modifier and Type | Class and Description |
|---|---|
static class |
CompositeKeyGeneratorSpi.MLKEM1024_ECDH_BP384_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM1024_ECDH_P384_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM1024_ECDH_P521_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM1024_RSA3072_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM1024_X448_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM768_ECDH_BP256_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM768_ECDH_P256_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM768_ECDH_P384_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM768_RSA2048_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM768_RSA3072_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM768_RSA4096_SHA3_256 |
static class |
CompositeKeyGeneratorSpi.MLKEM768_X25519_SHA3_256 |
| Modifier | Constructor and Description |
|---|---|
protected |
CompositeKeyGeneratorSpi(ASN1ObjectIdentifier fixedOid) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.crypto.SecretKey |
engineGenerateKey() |
protected void |
engineInit(java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom random) |
protected void |
engineInit(int keySize,
java.security.SecureRandom random) |
protected void |
engineInit(java.security.SecureRandom secureRandom) |
protected CompositeKeyGeneratorSpi(ASN1ObjectIdentifier fixedOid)
protected void engineInit(java.security.SecureRandom secureRandom)
engineInit in class javax.crypto.KeyGeneratorSpiprotected void engineInit(java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom random)
throws java.security.InvalidAlgorithmParameterException
engineInit in class javax.crypto.KeyGeneratorSpijava.security.InvalidAlgorithmParameterExceptionprotected void engineInit(int keySize,
java.security.SecureRandom random)
engineInit in class javax.crypto.KeyGeneratorSpiprotected javax.crypto.SecretKey engineGenerateKey()
engineGenerateKey in class javax.crypto.KeyGeneratorSpi