public class KeyPairGeneratorSpi extends KeyPairGenerator
Modifier and Type | Class and Description |
---|---|
static class |
KeyPairGeneratorSpi.PSS |
Constructor and Description |
---|
KeyPairGeneratorSpi() |
KeyPairGeneratorSpi(String algorithmName,
AlgorithmIdentifier algId) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
generateKeyPair() |
void |
initialize(AlgorithmParameterSpec params,
SecureRandom random) |
void |
initialize(int strength,
SecureRandom random) |
genKeyPair, getAlgorithm, getInstance, getInstance, getInstance, getProvider, initialize, initialize
public KeyPairGeneratorSpi(String algorithmName, AlgorithmIdentifier algId)
public KeyPairGeneratorSpi()
public void initialize(int strength, SecureRandom random)
initialize
in class KeyPairGenerator
public void initialize(AlgorithmParameterSpec params, SecureRandom random) throws InvalidAlgorithmParameterException
initialize
in class KeyPairGenerator
InvalidAlgorithmParameterException
public KeyPair generateKeyPair()
generateKeyPair
in class KeyPairGenerator
Copyright © 2021 BouncyCastle.org. All rights reserved.