|
Préférences
Moteurs de recherche
|
||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.security
|
Constructor Summary | |
---|---|
URIParameter(URI uri)
Constructs a URIParameter with the URI pointing to data intended for an SPI implementation. |
Method Summary | |
---|---|
URI |
getURI()
Returns the URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URIParameter(URI uri)
uri
- the URI pointing to the data.
NullPointerException
- if the specified URI is null.Method Detail |
---|
public URI getURI()