| Package | Description |
|---|---|
| iaik.ixsil.util |
| Modifier and Type | Method and Description |
|---|---|
static URI |
URI.absolutizeURI(URI base,
URI candidate)
Absolutizes a specified candidate URI using a specified base URI according to
RFC 2396, section 5.2.
|
| Constructor and Description |
|---|
URI(java.lang.String uri)
Parses the given URI string and extracts its five components.
|