| Methods in kz.gamma.cms that return CMSEnvelopedData |
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
java.lang.String encryptionOID,
int keySize,
java.lang.String provider)
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider. |
private CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
java.lang.String encryptionOID,
javax.crypto.KeyGenerator keyGen,
java.lang.String provider)
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider and the passed in key generator. |
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
java.lang.String encryptionOID,
java.lang.String provider)
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider. |