Package org.conscrypt
Class KeyGeneratorImpl.DESEDE
java.lang.Object
javax.crypto.KeyGeneratorSpi
org.conscrypt.KeyGeneratorImpl
org.conscrypt.KeyGeneratorImpl.DESEDE
- Enclosing class:
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkKeySize
(int keySize) protected byte[]
doKeyGeneration
(int keyBytes) Methods inherited from class org.conscrypt.KeyGeneratorImpl
engineGenerateKey, engineInit, engineInit, engineInit
-
Constructor Details
-
DESEDE
public DESEDE()
-
-
Method Details
-
checkKeySize
protected void checkKeySize(int keySize) - Overrides:
checkKeySize
in classKeyGeneratorImpl
-
doKeyGeneration
protected byte[] doKeyGeneration(int keyBytes) - Overrides:
doKeyGeneration
in classKeyGeneratorImpl
-