Uses of Interface
org.xipki.security.SecurityFactory
-
Packages that use SecurityFactory Package Description org.xipki.security org.xipki.security.pkcs11 org.xipki.security.pkcs12 org.xipki.security.qa -
-
Uses of SecurityFactory in org.xipki.security
Classes in org.xipki.security that implement SecurityFactory Modifier and Type Class Description classAbstractSecurityFactoryAbstract implementation ofSecurityFactory.classSecurityFactoryImplAn implementation ofSecurityFactory.Methods in org.xipki.security that return SecurityFactory Modifier and Type Method Description SecurityFactorySecurities. getSecurityFactory()Methods in org.xipki.security with parameters of type SecurityFactory Modifier and Type Method Description KeypairGeneratorDfltKeypairGeneratorFactory. newKeypairGenerator(String type, String conf, SecurityFactory securityFactory)KeypairGeneratorKeypairGeneratorFactory. newKeypairGenerator(String type, String conf, SecurityFactory securityFactory)Creates a new keypair generator.KeypairGeneratorKeypairGeneratorFactoryRegister. newKeypairGenerator(SecurityFactory securityFactory, String type, String conf)Creates a newKeypairGenerator.KeypairGeneratorKeypairGeneratorFactoryRegisterImpl. newKeypairGenerator(SecurityFactory securityFactory, String type, String conf)ConcurrentContentSignerSignerFactoryRegister. newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Cert[] certificateChain)Creates a newConcurrentContentSigner.ConcurrentContentSignerSignerFactoryRegisterImpl. newSigner(SecurityFactory securityFactory, String type, SignerConf conf, X509Cert[] certificateChain)voidDfltKeypairGeneratorFactory. setSecurityFactory(SecurityFactory securityFactory) -
Uses of SecurityFactory in org.xipki.security.pkcs11
Methods in org.xipki.security.pkcs11 with parameters of type SecurityFactory Modifier and Type Method Description voidP11SignerFactory. setSecurityFactory(SecurityFactory securityFactory) -
Uses of SecurityFactory in org.xipki.security.pkcs12
Methods in org.xipki.security.pkcs12 with parameters of type SecurityFactory Modifier and Type Method Description voidP12SignerFactory. setSecurityFactory(SecurityFactory securityFactory) -
Uses of SecurityFactory in org.xipki.security.qa
Constructors in org.xipki.security.qa with parameters of type SecurityFactory Constructor Description AESGmac(SecurityFactory securityFactory, String signatureAlgorithm, int threads)DSA(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, int plength, int qlength)DSA(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, int plength, int qlength)DSA(int plength, int qlength, SecurityFactory securityFactory)DSA(SecurityFactory securityFactory, String signatureAlgorithm, int threads, int plength, int qlength)EC(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)EC(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)EC(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid, SecurityFactory securityFactory)EC(SecurityFactory securityFactory, String signatureAlgorithm, int threads, org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)HMAC(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads)HMAC(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads)HMAC(SecurityFactory securityFactory, String signatureAlgorithm, int threads)JceSignSpeed(SecurityFactory securityFactory, String type, String alias, String signatureAlgorithm, String description, int threads)P11SignSpeed(SecurityFactory securityFactory, P11Slot slot, String signatureAlgorithm, boolean deleteKeyAfterTest, org.xipki.pkcs11.wrapper.PKCS11KeyId keyId, String description, int threads)P12KeyGenSpeed(String description, SecurityFactory securityFactory)P12SignSpeed(String tokenType, SecurityFactory securityFactory, String signatureAlgorithm, byte[] keystore, String description, int threads)P12SignSpeed(SecurityFactory securityFactory, String signatureAlgorithm, byte[] keystore, String description, int threads)RSA(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)RSA(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)RSA(int keysize, BigInteger publicExponent, SecurityFactory securityFactory)RSA(SecurityFactory securityFactory, String signatureAlgorithm, int threads, int keysize, BigInteger publicExponent)SM2(boolean keyPresent, SecurityFactory securityFactory, P11Slot slot, byte[] keyId, String keyLabel, int threads)SM2(SecurityFactory securityFactory, P11Slot slot, byte[] keyId, int threads)SM2(SecurityFactory securityFactory, int threads)
-