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()
IKeyPairGenerator
name
in interface IKeyPairGenerator
public void setup(java.util.Map attributes)
IKeyPairGenerator
setup
in interface IKeyPairGenerator
attributes
- a map of name/value pairs to use for setting up the
instance.public java.security.KeyPair generate()
IKeyPairGenerator
generate
in interface IKeyPairGenerator
Copyright © 2025. All rights reserved.