| Package | Description |
|---|---|
| org.xipki.security.pkcs11 |
| Modifier and Type | Class and Description |
|---|---|
static class |
P11Params.P11ByteArrayParams |
static class |
P11Params.P11IVParams |
static class |
P11Params.P11RSAPkcsPssParams |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
P11PrivateKey.sign(long mechanism,
P11Params parameters,
byte[] content)
Signs the content.
|
byte[] |
P11Identity.sign(long mechanism,
P11Params parameters,
byte[] content) |
protected abstract byte[] |
P11Identity.sign0(long mechanism,
P11Params parameters,
byte[] content)
Signs the content.
|
boolean |
P11Identity.supportsMechanism(long mechanism,
P11Params parameters) |
Copyright © 2020. All rights reserved.