public class SignerFactoryRegisterImpl extends Object implements SignerFactoryRegister
| Constructor and Description |
|---|
SignerFactoryRegisterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindService(SignerFactory service) |
Set<String> |
getSupportedSignerTypes()
Retrieves the types of supported signers.
|
ConcurrentContentSigner |
newSigner(SecurityFactory securityFactory,
String type,
SignerConf conf,
X509Certificate[] certificateChain)
TODO.
|
void |
unbindService(SignerFactory service) |
public Set<String> getSupportedSignerTypes()
SignerFactoryRegistergetSupportedSignerTypes in interface SignerFactoryRegisternull.public void bindService(SignerFactory service)
public void unbindService(SignerFactory service)
public ConcurrentContentSigner newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Certificate[] certificateChain) throws org.xipki.util.ObjectCreationException
SignerFactoryRegisternewSigner in interface SignerFactoryRegistersecurityFactory - Security factory. Must not be null.type - Type of the signer. Must not be null.conf - Configuration. Must not be null.certificateChain - Certificate chain. Could be null-org.xipki.util.ObjectCreationException - If signer could not be created.Copyright © 2018. All rights reserved.