public class ECDSAKeyPairGenerator extends java.lang.Object implements IKeyPairGenerator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DOMAIN_PARAMETERS |
| Constructor and Description |
|---|
ECDSAKeyPairGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.security.KeyPair |
generate()
Generates a new keypair based on the attributes used to configure the
instance.
|
java.lang.String |
name()
Returns the canonical name of this keypair generator.
|
void |
setup(java.util.Map attributes)
[Re]-initialises this instance for use with a given set of attributes.
|
public static final java.lang.String DOMAIN_PARAMETERS
public java.lang.String name()
IKeyPairGeneratorname in interface IKeyPairGeneratorpublic void setup(java.util.Map attributes)
IKeyPairGeneratorsetup in interface IKeyPairGeneratorattributes - a map of name/value pairs to use for setting up the
instance.public java.security.KeyPair generate()
IKeyPairGeneratorgenerate in interface IKeyPairGeneratorCopyright © 2025. All rights reserved.