|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.security.provider.ProviderManager
public class ProviderManager
This class gives access to those cryptographic service providers visible to an application. The cryptographic service providers visible to an application shall include the following;
Method Summary | |
---|---|
static ProviderManager |
getInstance()
Gets the singleton instance of the ProviderManager |
java.security.Provider |
getProvider(java.lang.String name)
Returns a visible provider with the specified name. |
java.security.Provider[] |
getProviders()
Returns an array containing all the providers visible to the calling application. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ProviderManager getInstance()
public java.security.Provider getProvider(java.lang.String name)
name
- the name of the provider
public java.security.Provider[] getProviders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |