Method | Description | |
---|---|---|
CmsAuthenticatedDataStreamGenerator ( ) : System | ||
CmsAuthenticatedDataStreamGenerator ( |
||
Open ( Stream outStr, string encryptionOid ) : Stream | ||
Open ( Stream outStr, string encryptionOid, int keySize ) : Stream | ||
SetBerEncodeRecipients ( bool berEncodeRecipientSet ) : void | ||
SetBufferSize ( int bufferSize ) : void |
Method | Description | |
---|---|---|
Open ( Stream outStr, |
Method | Description | |
---|---|---|
Open ( Stream outStr, string macOid, |
public CmsAuthenticatedDataStreamGenerator ( ) : System | ||
return | System |
public CmsAuthenticatedDataStreamGenerator ( |
||
rand | ||
return | System |
protected Open ( Stream outStr, |
||
outStr | Stream | |
macAlgId | ||
cipherParameters | ICipherParameters | |
recipientInfos | ||
return | Stream |
public Open ( Stream outStr, string encryptionOid ) : Stream | ||
outStr | Stream | |
encryptionOid | string | |
return | Stream |
public Open ( Stream outStr, string encryptionOid, int keySize ) : Stream | ||
outStr | Stream | |
encryptionOid | string | |
keySize | int | |
return | Stream |
public SetBerEncodeRecipients ( bool berEncodeRecipientSet ) : void | ||
berEncodeRecipientSet | bool | |
return | void |
public SetBufferSize ( int bufferSize ) : void | ||
bufferSize | int | |
return | void |