| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper |
| Modifier and Type | Method and Description |
|---|---|
KeyPairTemplate |
KeyPairTemplate.decryptEncrypt(Boolean decryptEncrypt) |
KeyPairTemplate |
KeyPairTemplate.derive(Boolean derive) |
KeyPairTemplate |
KeyPairTemplate.endDate(Instant endDate) |
KeyPairTemplate |
KeyPairTemplate.id(byte[] id) |
KeyPairTemplate |
KeyPairTemplate.keyType(long keyType) |
KeyPairTemplate |
KeyPairTemplate.labels(String label) |
KeyPairTemplate |
KeyPairTemplate.labels(String privateKeyLabel,
String publicKeyLabel) |
KeyPairTemplate |
KeyPairTemplate.local(Boolean local) |
KeyPairTemplate |
KeyPairTemplate.modifiable(Boolean modifiable) |
KeyPairTemplate |
KeyPairTemplate.private_(Boolean private_) |
KeyPairTemplate |
KeyPairTemplate.private_(Boolean privateKeyPrivate,
Boolean publicKeyPrivate) |
KeyPairTemplate |
KeyPairTemplate.signVerify(Boolean signVerify) |
KeyPairTemplate |
KeyPairTemplate.signVerifyRecover(Boolean signVerifyRecover) |
KeyPairTemplate |
KeyPairTemplate.startDate(Instant startDate) |
KeyPairTemplate |
KeyPairTemplate.subject(byte[] subject) |
KeyPairTemplate |
KeyPairTemplate.token(Boolean token) |
KeyPairTemplate |
KeyPairTemplate.unwrapWrap(Boolean unwrapWrap) |
| Modifier and Type | Method and Description |
|---|---|
PKCS11KeyPair |
PKCS11Token.generateKeyPair(Mechanism mechanism,
KeyPairTemplate template)
Generate a new public key - private key key-pair and use the set attributes of the template
objects for setting the attributes of the new public key and private key objects.
|
PKCS11KeyPair |
Session.generateKeyPair(Mechanism mechanism,
KeyPairTemplate template)
Generate a new public key - private key key-pair and use the set attributes of the template
objects for setting the attributes of the new public key and private key objects.
|
Copyright © 2023. All rights reserved.