public interface KeypairGeneratorFactoryRegister
KeypairGeneratorFactory and to create new
KeypairGenerator.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedGeneratorTypes()
Retrieves the types of supported keypair generators.
|
KeypairGenerator |
newKeypairGenerator(SecurityFactory securityFactory,
String type,
String conf)
Creates a new
KeypairGenerator. |
Set<String> getSupportedGeneratorTypes()
null.KeypairGenerator newKeypairGenerator(SecurityFactory securityFactory, String type, String conf) throws org.xipki.util.exception.ObjectCreationException
KeypairGenerator.securityFactory - Security factory. Must not be null.type - Type of the keypair generator. Must not be null.conf - Configuration. Must not be null.org.xipki.util.exception.ObjectCreationException - If generator could not be created.Copyright © 2023. All rights reserved.