public class PKCS11SignerFactory extends Object implements org.xipki.security.SignerFactory
| Constructor and Description |
|---|
PKCS11SignerFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateSigner(String type) |
Set<String> |
getSupportedSignerTypes() |
org.xipki.security.ConcurrentContentSigner |
newSigner(String type,
org.xipki.security.SignerConf conf,
X509Certificate[] certificateChain) |
void |
setP11CryptServiceFactory(P11CryptServiceFactory p11CryptServiceFactory) |
void |
setSecurityFactory(org.xipki.security.SecurityFactory securityFactory) |
public void setP11CryptServiceFactory(P11CryptServiceFactory p11CryptServiceFactory)
public void setSecurityFactory(org.xipki.security.SecurityFactory securityFactory)
public Set<String> getSupportedSignerTypes()
getSupportedSignerTypes in interface org.xipki.security.SignerFactorypublic boolean canCreateSigner(String type)
canCreateSigner in interface org.xipki.security.SignerFactorypublic org.xipki.security.ConcurrentContentSigner newSigner(String type, org.xipki.security.SignerConf conf, X509Certificate[] certificateChain) throws org.xipki.util.ObjectCreationException
newSigner in interface org.xipki.security.SignerFactoryorg.xipki.util.ObjectCreationExceptionCopyright © 2018. All rights reserved.