| Package | Description |
|---|---|
| org.xipki.security | |
| org.xipki.security.cmp |
| 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)
Borrows a signer.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.cmp.PKIMessage |
CmpUtil.addProtection(org.bouncycastle.asn1.cmp.PKIMessage pkiMessage,
ConcurrentContentSigner signer,
org.bouncycastle.asn1.x509.GeneralName signerName,
boolean addSignerCert) |
Copyright © 2019. All rights reserved.