| Package | Description |
|---|---|
| org.xipki.security |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentBagEntrySigner |
DfltConcurrentContentSigner.borrowSigner() |
ConcurrentBagEntrySigner |
ConcurrentContentSigner.borrowSigner()
Borrows a signer with implementation-dependent default timeout.
|
ConcurrentBagEntrySigner |
DfltConcurrentContentSigner.borrowSigner(int soTimeout)
TODO.
|
ConcurrentBagEntrySigner |
ConcurrentContentSigner.borrowSigner(int soTimeout)
Borrows a signer with the given
soTimeout. |
byte[] |
DfltConcurrentContentSigner.sign(byte[] data) |
byte[] |
ConcurrentContentSigner.sign(byte[] data)
Sign the data.
|
byte[][] |
DfltConcurrentContentSigner.sign(byte[][] data) |
byte[][] |
ConcurrentContentSigner.sign(byte[][] data)
Sign the data.
|
Copyright © 2018. All rights reserved.