@Unstable public class X509URI extends Object implements X509StringGeneralName, org.xwiki.crypto.pkix.internal.extension.BcGeneralName
| Constructor and Description |
|---|
X509URI(org.bouncycastle.asn1.x509.GeneralName name)
Create a new instance from a Bouncy Castle general name.
|
X509URI(String str)
Constructs a uniform resource locator general name by parsing the given string.
|
X509URI(URL url)
Construct a uniform resource locator general name from an URL.
|
public X509URI(String str)
str - the string to be parsed into a URIpublic X509URI(URL url)
url - the url.public X509URI(org.bouncycastle.asn1.x509.GeneralName name)
name - the Bouncy Castle general name.public URL getURL()
public URI getURI()
public String getName()
getName in interface X509StringGeneralNamepublic org.bouncycastle.asn1.x509.GeneralName getGeneralName()
getGeneralName in interface org.xwiki.crypto.pkix.internal.extension.BcGeneralNameCopyright © 2004–2014 XWiki. All rights reserved.