站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

KeyStoreProvider (Auto Update Services) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.autoupdate.services 1.2

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.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.