Uses of Class
org.xipki.security.SignerConf
-
Packages that use SignerConf Package Description org.xipki.security org.xipki.security.pkcs11 org.xipki.security.pkcs12 -
-
Uses of SignerConf in org.xipki.security
Methods in org.xipki.security with parameters of type SignerConf Modifier and Type Method Description ConcurrentContentSignerAbstractSecurityFactory. createSigner(String type, SignerConf conf, X509Cert cert)ConcurrentContentSignerSecurityFactory. createSigner(String type, SignerConf conf, X509Cert cert)Creates signer.ConcurrentContentSignerSecurityFactory. createSigner(String type, SignerConf conf, X509Cert[] certs)Creates signer.ConcurrentContentSignerSecurityFactoryImpl. createSigner(String type, SignerConf conf, X509Cert[] certificateChain)static SignAlgoSignAlgo. getInstance(Key key, SignerConf signerConf)static SignAlgoSignAlgo. getInstance(P11Key p11Key, SignerConf signerConf)ConcurrentContentSignerSignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain)Creates a new signer.ConcurrentContentSignerSignerFactoryRegister. newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Cert[] certificateChain)Creates a newConcurrentContentSigner.ConcurrentContentSignerSignerFactoryRegisterImpl. newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Cert[] certificateChain) -
Uses of SignerConf in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 with parameters of type SignerConf Modifier and Type Method Description ConcurrentContentSignerP11SignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain) -
Uses of SignerConf in org.xipki.security.pkcs12
Methods in org.xipki.security.pkcs12 with parameters of type SignerConf Modifier and Type Method Description ConcurrentContentSignerP12SignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain)
-