#include <Security.h>

Classes | |
| struct | spi |
Static Public Member Functions | |
| static int | addProvider (Provider *provider) |
| static int | insertProviderAt (Provider *provider, int position) throw (IndexOutOfBoundsException) |
| static void | removeProvider (const String &name) |
| static Provider * | getProvider (const String &name) |
| static array< Provider * > | getProviders () |
| static const String * | getProperty (const String &key) throw () |
Friends | |
| class | AlgorithmParameterGenerator |
| class | AlgorithmParameters |
| class | ::CertificateFactory |
| class | ::CertPathValidator |
| class | ::Cipher |
| class | ::KeyAgreement |
| class | KeyFactory |
| class | KeyPairGenerator |
| class | KeyStore |
| class | ::Mac |
| class | MessageDigest |
| class | ::SecretKeyFactory |
| class | SecureRandom |
| class | Signature |
| static int beecrypt::security::Security::addProvider | ( | Provider * | provider | ) | [static] |
| static const String* beecrypt::security::Security::getProperty | ( | const String & | key | ) | throw () [static] |
| static array<Provider*> beecrypt::security::Security::getProviders | ( | ) | [static] |
| static int beecrypt::security::Security::insertProviderAt | ( | Provider * | provider, | |
| int | position | |||
| ) | throw (IndexOutOfBoundsException) [static] |
| static void beecrypt::security::Security::removeProvider | ( | const String & | name | ) | [static] |
friend class ::CertificateFactory [friend] |
friend class ::CertPathValidator [friend] |
friend class ::Cipher [friend] |
friend class ::KeyAgreement [friend] |
friend class ::Mac [friend] |
friend class ::SecretKeyFactory [friend] |
friend class AlgorithmParameterGenerator [friend] |
friend class AlgorithmParameters [friend] |
friend class KeyFactory [friend] |
friend class KeyPairGenerator [friend] |
friend class KeyStore [friend] |
friend class MessageDigest [friend] |
friend class SecureRandom [friend] |
friend class Signature [friend] |
1.5.8