Package org.conscrypt

Class KeyGeneratorImpl

java.lang.Object
javax.crypto.KeyGeneratorSpi
org.conscrypt.KeyGeneratorImpl
Direct Known Subclasses:
KeyGeneratorImpl.AES, KeyGeneratorImpl.ARC4, KeyGeneratorImpl.ChaCha20, KeyGeneratorImpl.DESEDE, KeyGeneratorImpl.HmacMD5, KeyGeneratorImpl.HmacSHA1, KeyGeneratorImpl.HmacSHA224, KeyGeneratorImpl.HmacSHA256, KeyGeneratorImpl.HmacSHA384, KeyGeneratorImpl.HmacSHA512

@Internal public abstract class KeyGeneratorImpl extends KeyGeneratorSpi
An implementation of KeyGenerator suitable for use with other Conscrypt algorithms.