public class JSSKeyGeneratorSpi
extends javax.crypto.KeyGeneratorSpi
| Modifier and Type | Class and Description |
|---|---|
static class |
JSSKeyGeneratorSpi.AES |
static class |
JSSKeyGeneratorSpi.DES |
static class |
JSSKeyGeneratorSpi.DESede |
static class |
JSSKeyGeneratorSpi.HmacSHA1 |
static class |
JSSKeyGeneratorSpi.HmacSHA256 |
static class |
JSSKeyGeneratorSpi.HmacSHA384 |
static class |
JSSKeyGeneratorSpi.HmacSHA512 |
static class |
JSSKeyGeneratorSpi.KbkdfCounter |
static class |
JSSKeyGeneratorSpi.KbkdfCounterData |
static class |
JSSKeyGeneratorSpi.KbkdfDoublePipeline |
static class |
JSSKeyGeneratorSpi.KbkdfDoublePipelineData |
static class |
JSSKeyGeneratorSpi.KbkdfFeedback |
static class |
JSSKeyGeneratorSpi.KbkdfFeedbackData |
static class |
JSSKeyGeneratorSpi.PBAHmacSHA1 |
static class |
JSSKeyGeneratorSpi.RC2 |
static class |
JSSKeyGeneratorSpi.RC4 |
| Modifier | Constructor and Description |
|---|---|
protected |
JSSKeyGeneratorSpi(KeyGenAlgorithm alg) |
| 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 random) |
protected JSSKeyGeneratorSpi(KeyGenAlgorithm alg)
protected void engineInit(int keysize,
java.security.SecureRandom random)
throws java.security.InvalidParameterException
engineInit in class javax.crypto.KeyGeneratorSpijava.security.InvalidParameterExceptionprotected void engineInit(java.security.SecureRandom random)
throws java.security.InvalidParameterException
engineInit in class javax.crypto.KeyGeneratorSpijava.security.InvalidParameterExceptionprotected void engineInit(java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom random)
throws java.security.InvalidAlgorithmParameterException
engineInit in class javax.crypto.KeyGeneratorSpijava.security.InvalidAlgorithmParameterExceptionprotected javax.crypto.SecretKey engineGenerateKey()
engineGenerateKey in class javax.crypto.KeyGeneratorSpi