| Package | Description |
|---|---|
| org.xipki.security | |
| org.xipki.security.pkcs11 | |
| org.xipki.security.pkcs12 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSecurityFactory
Abstract implementation of
SecurityFactory. |
class |
SecurityFactoryImpl
An implementation of
SecurityFactory. |
| Modifier and Type | Method and Description |
|---|---|
SecurityFactory |
Securities.getSecurityFactory() |
| Modifier and Type | Method and Description |
|---|---|
KeypairGenerator |
KeypairGeneratorFactoryRegisterImpl.newKeypairGenerator(SecurityFactory securityFactory,
String type,
String conf) |
KeypairGenerator |
KeypairGeneratorFactoryRegister.newKeypairGenerator(SecurityFactory securityFactory,
String type,
String conf)
Creates a new
KeypairGenerator. |
KeypairGenerator |
DfltKeypairGeneratorFactory.newKeypairGenerator(String type,
String conf,
SecurityFactory securityFactory) |
KeypairGenerator |
KeypairGeneratorFactory.newKeypairGenerator(String type,
String conf,
SecurityFactory securityFactory)
Creates a new keypair generator.
|
ConcurrentContentSigner |
SignerFactoryRegisterImpl.newSigner(SecurityFactory securityFactory,
String type,
SignerConf conf,
X509Cert[] certificateChain) |
ConcurrentContentSigner |
SignerFactoryRegister.newSigner(SecurityFactory securityFactory,
String type,
SignerConf conf,
X509Cert[] certificateChain)
Creates a new
ConcurrentContentSigner. |
void |
DfltKeypairGeneratorFactory.setSecurityFactory(SecurityFactory securityFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
P11SignerFactory.setSecurityFactory(SecurityFactory securityFactory) |
| Constructor and Description |
|---|
P11ContentSignerBuilder(P11CryptService cryptService,
SecurityFactory securityFactory,
P11IdentityId identityId,
X509Cert[] certificateChain) |
| Modifier and Type | Method and Description |
|---|---|
void |
P12SignerFactory.setSecurityFactory(SecurityFactory securityFactory) |
Copyright © 2022. All rights reserved.