public interface SignerFactoryRegister
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedSignerTypes()
Retrieves the types of supported signers.
|
ConcurrentContentSigner |
newSigner(SecurityFactory securityFactory,
String type,
SignerConf conf,
X509Certificate[] certificateChain)
TODO.
|
void |
refreshTokenForSignerType(String signerType) |
Set<String> getSupportedSignerTypes()
null.ConcurrentContentSigner newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Certificate[] certificateChain) throws org.xipki.util.ObjectCreationException
securityFactory - 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.void refreshTokenForSignerType(String signerType) throws XiSecurityException
XiSecurityExceptionCopyright © 2018. All rights reserved.