| Package | Description |
|---|---|
| org.xwiki.crypto.pkix | |
| org.xwiki.crypto.signer.param |
| Modifier and Type | Method and Description |
|---|---|
static CertifyingSigner |
CertifyingSigner.getInstance(boolean forSigning,
CertifiedKeyPair certifier,
SignerFactory factory)
Get a certifying signer instance from the given signer factory for a given certifier.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CertifyingSigner> |
CMSSignedDataGeneratorParameters.getSigners() |
| Modifier and Type | Method and Description |
|---|---|
CMSSignedDataGeneratorParameters |
CMSSignedDataGeneratorParameters.addSigner(CertifyingSigner signer)
Add a new signer.
|
| Modifier and Type | Method and Description |
|---|---|
CMSSignedDataGeneratorParameters |
CMSSignedDataGeneratorParameters.addSigners(Collection<CertifyingSigner> signers)
Add a collection of new signers.
|
Copyright © 2004–2015 XWiki. All rights reserved.