Uses of Interface
org.apache.servicemix.jbi.security.keystore.KeystoreInstance

Packages that use KeystoreInstance
org.apache.servicemix.jbi.security.keystore   
org.apache.servicemix.jbi.security.keystore.impl   
 

Uses of KeystoreInstance in org.apache.servicemix.jbi.security.keystore
 

Methods in org.apache.servicemix.jbi.security.keystore that return KeystoreInstance
 KeystoreInstance KeystoreManager.getKeystore(String name)
           
 

Uses of KeystoreInstance in org.apache.servicemix.jbi.security.keystore.impl
 

Classes in org.apache.servicemix.jbi.security.keystore.impl that implement KeystoreInstance
 class FileKeystoreInstance
           
 

Fields in org.apache.servicemix.jbi.security.keystore.impl declared as KeystoreInstance
protected  KeystoreInstance[] BaseKeystoreManager.keystores
           
 

Methods in org.apache.servicemix.jbi.security.keystore.impl that return KeystoreInstance
 KeystoreInstance BaseKeystoreManager.getKeystore(String name)
           
 KeystoreInstance[] BaseKeystoreManager.getKeystores()
           
 

Methods in org.apache.servicemix.jbi.security.keystore.impl with parameters of type KeystoreInstance
 void BaseKeystoreManager.setKeystores(KeystoreInstance[] keystores)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.