Uses of Interface
org.dvb.spi.XletBoundProvider

Packages that use XletBoundProvider
org.dvb.security.provider Enables the use of providers (as supported by the org.dvb.spi package) as cryptographic service providers (as supported by the java.security package). 
org.dvb.spi This package defines a central registry for all DVB Service Provider Interface (SPI) providers. 
org.dvb.spi.si.full This package defines an interface for providing full service information, as accessed by javax.tv.service.SIManager. 
 

Uses of XletBoundProvider in org.dvb.security.provider
 

Subinterfaces of XletBoundProvider in org.dvb.security.provider
 interface CryptographicServiceProviderProvider
          This xlet-bound provider permits a cryptographic service provider to be packaged and managed as part of the GEM provider framework as supported through the org.dvb.spi package.
 

Uses of XletBoundProvider in org.dvb.spi
 

Methods in org.dvb.spi with parameters of type XletBoundProvider
 void ProviderRegistry.registerXletBound(XletBoundProvider p)
          Registers a provider.
 

Uses of XletBoundProvider in org.dvb.spi.si.full
 

Subinterfaces of XletBoundProvider in org.dvb.spi.si.full
 interface SIManagerProvider
          This xlet-bound provider allows one to take complete control of the view of SI exposed to the xlet to which it is bound.