AsymmetricAlgorithm() | System::Security::Cryptography::AsymmetricAlgorithm | protected |
Clear() | System::Security::Cryptography::AsymmetricAlgorithm | |
Create() | System::Security::Cryptography::DSA | static |
Create(const String &alg_name) | System::Security::Cryptography::DSA | static |
Create(int32_t key_size_in_bits) | System::Security::Cryptography::DSA | static |
Create(const DSAParameters ¶meters) | System::Security::Cryptography::DSA | static |
CreateFromXmlString(const String &xml_string) | System::Security::Cryptography::DSA | static |
CreateSignature(ByteArrayPtr rgb_hash)=0 | System::Security::Cryptography::DSA | pure virtual |
Dispose() override | System::Security::Cryptography::AsymmetricAlgorithm | virtual |
DSA() | System::Security::Cryptography::DSA | protected |
Equals(ptr obj) | System::Object | virtual |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(float const &objA, float const &objB) | System::Object | inlinestatic |
Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
ExportParameters(bool include_private_parameters)=0 | System::Security::Cryptography::DSA | pure virtual |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
FromXmlString(String xml_string) override | System::Security::Cryptography::DSA | virtual |
get_KeyExchangeAlgorithm() | System::Security::Cryptography::AsymmetricAlgorithm | virtual |
get_KeySize() | System::Security::Cryptography::AsymmetricAlgorithm | virtual |
get_LegalKeySizes() | System::Security::Cryptography::AsymmetricAlgorithm | virtual |
get_SignatureAlgorithm() | System::Security::Cryptography::AsymmetricAlgorithm | virtual |
GetCounter() | System::Object | inline |
GetHashCode() const | System::Object | virtual |
GetType() const | System::Object | virtual |
HashData(ByteArrayPtr data, int32_t offset, int32_t count, HashAlgorithmName hash_algorithm) | System::Security::Cryptography::DSA | protectedvirtual |
HashData(StreamPtr stream, HashAlgorithmName hash_algorithm) | System::Security::Cryptography::DSA | protectedvirtual |
ImportParameters(DSAParameters parameters)=0 | System::Security::Cryptography::DSA | pure virtual |
Is(const TypeInfo &targetType) const | System::Object | virtual |
KeySizeValue | System::Security::Cryptography::AsymmetricAlgorithm | protected |
LegalKeySizesValue | System::Security::Cryptography::AsymmetricAlgorithm | protected |
Lock() | System::Object | |
MemberwiseClone() const | System::Object | virtual |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator=(Object const &x) | System::Object | inline |
ptr typedef | System::Object | |
ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
RemovedSharedRefs(int count) | System::Object | inline |
set_KeySize(int32_t value) | System::Security::Cryptography::AsymmetricAlgorithm | virtual |
SetTemplateWeakPtr(uint32_t argument) | System::Object | virtual |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm) | System::Security::Cryptography::DSA | |
SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm) | System::Security::Cryptography::DSA | |
SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm) | System::Security::Cryptography::DSA | |
ToString() const | System::Object | virtual |
ToXmlString(bool include_private_parameters) override | System::Security::Cryptography::DSA | virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
VerifyData(const ByteArrayPtr &data, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm) | System::Security::Cryptography::DSA | |
VerifyData(const ByteArrayPtr &data, int32_t offset, int32_t count, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm) | System::Security::Cryptography::DSA | |
VerifyData(const StreamPtr &stream, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm) | System::Security::Cryptography::DSA | |
VerifySignature(ByteArrayPtr rgb_hash, ByteArrayPtr rgb_signature)=0 | System::Security::Cryptography::DSA | pure virtual |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
~DSA() | System::Security::Cryptography::DSA | protected |
~Object() | System::Object | virtual |