Project JXTA

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

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byjava.security.Provider
                  extended bynet.jxta.impl.membership.pse.PSEUtils.PSEProvider
All Implemented Interfaces:
Cloneable, Map, Serializable
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 inherited from class java.util.Hashtable
 
Field Summary
 
Fields inherited from class java.security.Provider
 
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, getVersion, keySet, load, put, putAll, remove, toString, values
 
Methods inherited from class java.util.Properties
list, list, propertyNames, save, setProperty, store
 
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)

getProperty

public String getProperty(String key,
                          String defaultValue)

JXTA J2SE