public interface KeypairGeneratorFactory
KeypairGenerator.| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateKeypairGenerator(String type)
Indicates whether a signer of the given
type can be created or not. |
Set<String> |
getSupportedKeypairTypes()
Retrieves the types of supported signers.
|
KeypairGenerator |
newKeypairGenerator(String type,
String conf,
SecurityFactory securityFactory)
Creates a new keypair generator.
|
Set<String> getSupportedKeypairTypes()
null.boolean canCreateKeypairGenerator(String type)
type can be created or not.type - Type of the signer. Must not be null.KeypairGenerator newKeypairGenerator(String type, String conf, SecurityFactory securityFactory) throws org.xipki.util.exception.ObjectCreationException
type - Type of the keypair generator. Must not be null.conf - Configuration of the keypair generator. May be null.securityFactory - SecurityFactory.org.xipki.util.exception.ObjectCreationException - if signer could not be created.Copyright © 2022. All rights reserved.