Package com.browserup.bup.mitm.keys
Interface KeyGenerator
-
- All Known Implementing Classes:
ECKeyGenerator,RSAKeyGenerator
public interface KeyGeneratorA functional interface for key pair generators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.KeyPairgenerate()Generates a new public/private key pair.
-