| Package | Description |
|---|---|
| org.xipki.security.pkcs11 |
| Modifier and Type | Method and Description |
|---|---|
P11CryptService |
P11PrivateKey.getP11CryptService() |
P11CryptService |
P11KeyParameter.getP11CryptService() |
P11CryptService |
P11CryptServiceFactoryImpl.getP11CryptService(String moduleName) |
P11CryptService |
P11CryptServiceFactory.getP11CryptService(String moduleName)
Gets the
P11CryptService of the given module moduleName. |
| Modifier and Type | Method and Description |
|---|---|
static P11RSAKeyParameter |
P11RSAKeyParameter.getInstance(P11CryptService p11CryptService,
P11IdentityId identityId) |
static P11KeyParameter |
P11KeyParameter.getInstance(P11CryptService p11CryptService,
P11SlotIdentifier slot,
P11ObjectIdentifier objectId) |
| Constructor and Description |
|---|
P11ContentSignerBuilder(P11CryptService cryptService,
SecurityFactory securityFactory,
P11IdentityId identityId,
X509Certificate[] certificateChain) |
P11MacContentSignerBuilder(P11CryptService cryptService,
P11IdentityId identityId) |
P11PrivateKey(P11CryptService p11CryptService,
P11IdentityId identityId) |
Copyright © 2018. All rights reserved.