init commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Org.BouncyCastle.Security;
|
||||
|
||||
namespace Org.BouncyCastle.Cms;
|
||||
|
||||
public class CmsAuthenticatedGenerator : CmsEnvelopedGenerator
|
||||
{
|
||||
public CmsAuthenticatedGenerator()
|
||||
{
|
||||
}
|
||||
|
||||
public CmsAuthenticatedGenerator(SecureRandom rand)
|
||||
: base(rand)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user