| Package | Description |
|---|---|
| org.xipki.security.pkcs11 |
| Modifier and Type | Class and Description |
|---|---|
class |
P11ByteArrayParams
PKCS#11 byte array parameters.
|
class |
P11IVParams
PKCS#11 byte array parameters.
|
class |
P11RSAPkcsPssParams
TODO.
|
| 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 © 2018. All rights reserved.