struct Akenti::SecurityConstants

A structure to define constants used by the security provider.

[more]static const char* const MD5
Message Digest Algorithms
[more]static const char* const MD2
[more]static const char* const SHA
[more]static const char* const RSA_MD5
Signature Algorithms
[more]static const char* const RSA_SHA
[more]static const char* const RSA_SHA1
[more]static const char* const DSA_SHA
[more]static const char* const DSA_SHA1
[more]static const char* const PEM
Encodings for X509 certs and private keys
[more]static const char* const DER
[more]static const char* const RSA
KeyTypes
[more]static const char* const DSA
[more]static const char* const DH


Documentation

A structure to define constants used by the security provider. Currently only values used by OpenSSL are defined since that is the only provider we have.
ostatic const char* const MD5
Message Digest Algorithms

ostatic const char* const MD2

ostatic const char* const SHA

ostatic const char* const RSA_MD5
Signature Algorithms

ostatic const char* const RSA_SHA

ostatic const char* const RSA_SHA1

ostatic const char* const DSA_SHA

ostatic const char* const DSA_SHA1

ostatic const char* const PEM
Encodings for X509 certs and private keys

ostatic const char* const DER

ostatic const char* const RSA
KeyTypes

ostatic const char* const DSA

ostatic const char* const DH

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.