Class JSSKeyGeneratorSpi
java.lang.Object
javax.crypto.KeyGeneratorSpi
org.mozilla.jss.provider.javax.crypto.JSSKeyGeneratorSpi
- Direct Known Subclasses:
JSSKeyGeneratorSpi.AES
,JSSKeyGeneratorSpi.DES
,JSSKeyGeneratorSpi.DESede
,JSSKeyGeneratorSpi.HmacSHA1
,JSSKeyGeneratorSpi.HmacSHA256
,JSSKeyGeneratorSpi.HmacSHA384
,JSSKeyGeneratorSpi.HmacSHA512
,JSSKeyGeneratorSpi.KbkdfCounter
,JSSKeyGeneratorSpi.KbkdfCounterData
,JSSKeyGeneratorSpi.KbkdfDoublePipeline
,JSSKeyGeneratorSpi.KbkdfDoublePipelineData
,JSSKeyGeneratorSpi.KbkdfFeedback
,JSSKeyGeneratorSpi.KbkdfFeedbackData
,JSSKeyGeneratorSpi.PBAHmacSHA1
,JSSKeyGeneratorSpi.PBESHA256Hmac
,JSSKeyGeneratorSpi.PBESHA384Hmac
,JSSKeyGeneratorSpi.PBESHA512Hmac
,JSSKeyGeneratorSpi.RC2
,JSSKeyGeneratorSpi.RC4
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
static class
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SecretKey
protected void
engineInit
(int keysize, SecureRandom random) protected void
engineInit
(SecureRandom random) protected void
engineInit
(AlgorithmParameterSpec params, SecureRandom random)
-
Field Details
-
keyGenerator
-
-
Constructor Details
-
JSSKeyGeneratorSpi
-
-
Method Details
-
engineInit
- Specified by:
engineInit
in classKeyGeneratorSpi
- Throws:
InvalidParameterException
-
engineInit
- Specified by:
engineInit
in classKeyGeneratorSpi
- Throws:
InvalidParameterException
-
engineInit
protected void engineInit(AlgorithmParameterSpec params, SecureRandom random) throws InvalidAlgorithmParameterException - Specified by:
engineInit
in classKeyGeneratorSpi
- Throws:
InvalidAlgorithmParameterException
-
engineGenerateKey
- Specified by:
engineGenerateKey
in classKeyGeneratorSpi
-