Package org.conscrypt
Class KeyGeneratorImpl.AES
java.lang.Object
javax.crypto.KeyGeneratorSpi
org.conscrypt.KeyGeneratorImpl
org.conscrypt.KeyGeneratorImpl.AES
- 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
Methods inherited from class org.conscrypt.KeyGeneratorImpl
doKeyGeneration, engineGenerateKey, engineInit, engineInit, engineInit
-
Constructor Details
-
AES
public AES()
-
-
Method Details
-
checkKeySize
protected void checkKeySize(int keySize) - Overrides:
checkKeySize
in classKeyGeneratorImpl
-