Méthode | Description | |
---|---|---|
CmsEnvelopedDataGenerator ( ) : System | ||
CmsEnvelopedDataGenerator ( |
Constructor allowing specific source of randomness
|
|
Generate ( CmsProcessable content, string encryptionOid ) : |
Generate an enveloped object that contains an CMS Enveloped Data object.
|
|
Generate ( CmsProcessable content, string encryptionOid, int keySize ) : |
Generate an enveloped object that contains an CMS Enveloped Data object.
|
Méthode | Description | |
---|---|---|
Generate ( CmsProcessable content, string encryptionOid, |
Generate an enveloped object that contains a CMS Enveloped Data object using the passed in key generator.
|
public CmsEnvelopedDataGenerator ( ) : System | ||
Résultat | System |
public CmsEnvelopedDataGenerator ( |
||
rand | Instance of |
|
Résultat | System |
public Generate ( CmsProcessable content, string encryptionOid ) : |
||
content | CmsProcessable | |
encryptionOid | string | |
Résultat |
public Generate ( CmsProcessable content, string encryptionOid, int keySize ) : |
||
content | CmsProcessable | |
encryptionOid | string | |
keySize | int | |
Résultat |