org.dvb.security.provider
Interface CryptographicServiceProviderProvider

All Superinterfaces:
Provider, XletBoundProvider

public interface CryptographicServiceProviderProvider
extends XletBoundProvider

This xlet-bound provider permits a cryptographic service provider to be packaged and managed as part of the MHP provider framework as supported through the org.dvb.spi package. Xlet-bound providers shall not be visible to applications through the methods of the java.security.Security class.


Method Summary
 DVBPKCS11Provider getProvider()
          Obtain a DVBPKCS11Provider to be used by this Xlet
 
Methods inherited from interface org.dvb.spi.XletBoundProvider
getBoundPBPXletContext, getBoundXletContext
 
Methods inherited from interface org.dvb.spi.Provider
getName, getServiceProviderInterfaces, getVersion, providerRegistered, providerUnregistered
 

Method Detail

getProvider

public DVBPKCS11Provider getProvider()
Obtain a DVBPKCS11Provider to be used by this Xlet

Returns:
a DVBPKCS11Provider