4#include <system/object.h>
5#include <system/array.h>
7namespace System {
namespace Security {
namespace Cryptography {
20 ASPOSECPP_SHARED_RTTI_INFO_DECL();
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9
Data structure of DSA algorithm parameters. This type should be allocated on stack and passed to func...
Definition: dsa_parameters.h:13
ByteArrayPtr Q
Q parameter of the DSA algorithm.
Definition: dsa_parameters.h:26
ByteArrayPtr J
J parameter of the DSA algorithm.
Definition: dsa_parameters.h:32
ByteArrayPtr Seed
Seed of the DSA algorithm.
Definition: dsa_parameters.h:36
DSAParameters()
Constructor.
ByteArrayPtr P
P parameter of the DSA algorithm.
Definition: dsa_parameters.h:24
ByteArrayPtr X
X parameter of the DSA algorithm.
Definition: dsa_parameters.h:34
ByteArrayPtr G
G parameter of the DSA algorithm.
Definition: dsa_parameters.h:28
ByteArrayPtr Y
Y parameter of the DSA algorithm.
Definition: dsa_parameters.h:30