| Methods in kz.gamma.hardware.cms with parameters of type JCESignature |
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
JCESignature signature)
generate a signed object that for a CMS Signed Data
object using the given provider - if encapsulate is true a copy
of the message will be included in the signature with the
default content type "data". |
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
JCESignature signature)
generate a signed object that for a CMS Signed Data
object using the given provider. |
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
JCESignature signature)
generate a signed object that for a CMS Signed Data
object using the given provider - if encapsulate is true a copy
of the message will be included in the signature. |
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
JCESignature signature,
boolean addDefaultAttributes)
Similar method to the other generate methods. |
(package private) SignerInfo |
CMSSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType,
CMSProcessable content,
JCESignature sig,
boolean addDefaultAttributes)
|