org.netbeans.modules.autoupdate.services 1.5.1

org.netbeans.spi.autoupdate
Interface KeyStoreProvider


public interface KeyStoreProvider

Registers java.security.KeyStore into Autoupdate infrastructure. This KeyStore is used for verification of downloaded NBMs. The system finds out the KeyStoreProvider in Lookup.getDefault(). The KeyStoreProvider should be registred via META-INF/services.


Method Summary
 KeyStore getKeyStore()
           
 

Method Detail

getKeyStore

KeyStore getKeyStore()
Returns:
KeyStore

org.netbeans.modules.autoupdate.services 1.5.1

Built on January 5 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.