Project JXTA

net.jxta.impl.membership.pse
Class PSEUtils.PSEProvider

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by net.jxta.impl.membership.pse.PSEUtils.PSEProvider
All Implemented Interfaces:
Serializable, Cloneable, Map
Enclosing class:
PSEUtils

public static class PSEUtils.PSEProvider
extends Provider

A provider we construct. This provider primarily exists to provide aliases for

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
 
Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PSEUtils.PSEProvider()
           
 
Method Summary
 String getProperty(String key)
           
 String getProperty(String key, String defaultValue)
           
 
Methods inherited from class java.security.Provider
clear, entrySet, getInfo, getName, getService, getServices, getVersion, keySet, load, put, putAll, putService, remove, removeService, toString, values
 
Methods inherited from class java.util.Properties
list, list, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSEUtils.PSEProvider

public PSEUtils.PSEProvider()
Method Detail

getProperty

public String getProperty(String key)
Overrides:
getProperty in class Properties

getProperty

public String getProperty(String key,
                          String defaultValue)
Overrides:
getProperty in class Properties

JXTA J2SE