Uses of Class
org.xwiki.crypto.signer.param.CMSSignedDataGeneratorParameters
-
Packages that use CMSSignedDataGeneratorParameters Package Description org.xwiki.crypto.signer org.xwiki.crypto.signer.param -
-
Uses of CMSSignedDataGeneratorParameters in org.xwiki.crypto.signer
Methods in org.xwiki.crypto.signer with parameters of type CMSSignedDataGeneratorParameters Modifier and Type Method Description byte[]
CMSSignedDataGenerator. generate(byte[] data, CMSSignedDataGeneratorParameters parameters)
Generate the SignedData.byte[]
CMSSignedDataGenerator. generate(byte[] data, CMSSignedDataGeneratorParameters parameters, boolean embedData)
Generate the SignedData. -
Uses of CMSSignedDataGeneratorParameters in org.xwiki.crypto.signer.param
Methods in org.xwiki.crypto.signer.param that return CMSSignedDataGeneratorParameters Modifier and Type Method Description CMSSignedDataGeneratorParameters
CMSSignedDataGeneratorParameters. addCertificate(CertifiedPublicKey certificate)
Add a certificate.CMSSignedDataGeneratorParameters
CMSSignedDataGeneratorParameters. addCertificates(Collection<CertifiedPublicKey> certificates)
Add a collection of certificates.CMSSignedDataGeneratorParameters
CMSSignedDataGeneratorParameters. addSignature(CMSSignerInfo signer)
Add existing signature.CMSSignedDataGeneratorParameters
CMSSignedDataGeneratorParameters. addSignatures(Collection<CMSSignerInfo> signers)
Add a collection of existing signatures.CMSSignedDataGeneratorParameters
CMSSignedDataGeneratorParameters. addSigner(CertifyingSigner signer)
Add a new signer.CMSSignedDataGeneratorParameters
CMSSignedDataGeneratorParameters. addSigners(Collection<CertifyingSigner> signers)
Add a collection of new signers.
-