Uses of Interface
org.xipki.security.ConcurrentContentSigner
-
Packages that use ConcurrentContentSigner Package Description org.xipki.security org.xipki.security.jce org.xipki.security.pkcs11 org.xipki.security.pkcs12 -
-
Uses of ConcurrentContentSigner in org.xipki.security
Classes in org.xipki.security that implement ConcurrentContentSigner Modifier and Type Class Description classDfltConcurrentContentSignerAn implementation ofConcurrentContentSigner.Methods in org.xipki.security that return ConcurrentContentSigner 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)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 ConcurrentContentSigner in org.xipki.security.jce
Methods in org.xipki.security.jce that return ConcurrentContentSigner Modifier and Type Method Description ConcurrentContentSignerJceSignerBuilder. createSigner(SignAlgo signAlgo, int parallelism) -
Uses of ConcurrentContentSigner in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 that return ConcurrentContentSigner Modifier and Type Method Description ConcurrentContentSignerP11SignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain) -
Uses of ConcurrentContentSigner in org.xipki.security.pkcs12
Methods in org.xipki.security.pkcs12 that return ConcurrentContentSigner Modifier and Type Method Description ConcurrentContentSignerP12ContentSignerBuilder. createSigner(SignAlgo signAlgo, int parallelism, SecureRandom random)ConcurrentContentSignerP12MacContentSignerBuilder. createSigner(SignAlgo sigAlgo, int parallelism)ConcurrentContentSignerP12XdhMacContentSignerBuilder. createSigner(int parallelism)ConcurrentContentSignerP12SignerFactory. newSigner(String type, SignerConf conf, X509Cert[] certificateChain)
-