public abstract class KeyPairGenerator extends JDKKeyPairGenerator
Modifier and Type | Class and Description |
---|---|
static class |
KeyPairGenerator.EC |
static class |
KeyPairGenerator.ECDH |
static class |
KeyPairGenerator.ECDHC |
static class |
KeyPairGenerator.ECDSA |
static class |
KeyPairGenerator.ECGOST3410 |
static class |
KeyPairGenerator.ECMQV |
JDKKeyPairGenerator.DH, JDKKeyPairGenerator.DSA, JDKKeyPairGenerator.ElGamal, JDKKeyPairGenerator.GOST3410, JDKKeyPairGenerator.RSA
Constructor and Description |
---|
KeyPairGenerator(String algorithmName) |
generateKeyPair, initialize
genKeyPair, getAlgorithm, getInstance, getInstance, getInstance, getProvider, initialize, initialize, initialize
public KeyPairGenerator(String algorithmName)
Copyright © 2015. All rights reserved.