Generated by
JDiff

Class org.dvb.security.provider.ProviderManager

Removed Methods
int addProvider(Provider, AppID[]) Adds a provider to the next position available.
Provider[] getPersistentProviders() Returns the list of the providers that have been previously installed in the persistent storage of the MHP terminal and which are visible to the calling application.
double getVersion(String) Returns the version of a provider that has been previously added via the ProviderManager.
void registerProvider(String, File, AppID[]) This method is used to store in persistent storage the java classes implementing a Cryptographic Service Provider.
void removeProvider(Provider) Removes a provider with the specified name.
void unRegisterProvider(String) This method is used to remove a provider that has been previously registered via registerProvider.
 

Added Methods
Provider getProvider(String) Returns a visible provider with the specified name.