decaf::internal::security::provider::DefaultSecureRandomProviderService Class Reference

Decaf's Default Secure Random Security provider used to create instances of the built-in Secure Random algorithm SPI classes. More...

#include <src/main/decaf/internal/security/provider/DefaultSecureRandomProviderService.h>

Inheritance diagram for decaf::internal::security::provider::DefaultSecureRandomProviderService:
Inheritance graph
[legend]

Public Member Functions

 DefaultSecureRandomProviderService (const decaf::security::Provider *provider, const std::string &algorithmName)
virtual ~DefaultSecureRandomProviderService ()
virtual
decaf::security::SecuritySpi
newInstance ()
 Return a new instance of the implementation described by this service.

Detailed Description

Decaf's Default Secure Random Security provider used to create instances of the built-in Secure Random algorithm SPI classes.

Since:
1.0

Constructor & Destructor Documentation

decaf::internal::security::provider::DefaultSecureRandomProviderService::DefaultSecureRandomProviderService ( const decaf::security::Provider provider,
const std::string &  algorithmName 
)
virtual decaf::internal::security::provider::DefaultSecureRandomProviderService::~DefaultSecureRandomProviderService (  )  [virtual]

Member Function Documentation

virtual decaf::security::SecuritySpi* decaf::internal::security::provider::DefaultSecureRandomProviderService::newInstance (  )  [virtual]

Return a new instance of the implementation described by this service.

The security provider framework uses this method to construct implementations. Applications will typically not need to call it.

Returns:
a new instance of the SecuritySpi provided by this ProviderService.

Implements decaf::security::ProviderService.


The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1