Package org.conscrypt
Class KeyGeneratorImpl.DESEDE
- java.lang.Object
-
- javax.crypto.KeyGeneratorSpi
-
- org.conscrypt.KeyGeneratorImpl
-
- org.conscrypt.KeyGeneratorImpl.DESEDE
-
- Enclosing class:
- KeyGeneratorImpl
public static final class KeyGeneratorImpl.DESEDE extends KeyGeneratorImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.conscrypt.KeyGeneratorImpl
KeyGeneratorImpl.AES, KeyGeneratorImpl.ARC4, KeyGeneratorImpl.ChaCha20, KeyGeneratorImpl.DESEDE, KeyGeneratorImpl.HmacMD5, KeyGeneratorImpl.HmacSHA1, KeyGeneratorImpl.HmacSHA224, KeyGeneratorImpl.HmacSHA256, KeyGeneratorImpl.HmacSHA384, KeyGeneratorImpl.HmacSHA512
-
-
Field Summary
-
Fields inherited from class org.conscrypt.KeyGeneratorImpl
secureRandom
-
-
Constructor Summary
Constructors Constructor Description DESEDE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkKeySize(int keySize)
protected byte[]
doKeyGeneration(int keyBytes)
-
Methods inherited from class org.conscrypt.KeyGeneratorImpl
engineGenerateKey, engineInit, engineInit, engineInit
-
-
-
-
Method Detail
-
checkKeySize
protected void checkKeySize(int keySize)
- Overrides:
checkKeySize
in classKeyGeneratorImpl
-
doKeyGeneration
protected byte[] doKeyGeneration(int keyBytes)
- Overrides:
doKeyGeneration
in classKeyGeneratorImpl
-
-