|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xwiki.crypto.pkix.params.x509certificate.extension.X509URI
@Unstable public class X509URI
Uniform Resource Identifier general name.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
org.bouncycastle.asn1.x509.GeneralName |
getGeneralName()
|
String |
getName()
|
URI |
getURI()
|
URL |
getURL()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public URL getURL()
public URI getURI()
public String getName()
getName
in interface X509StringGeneralName
public org.bouncycastle.asn1.x509.GeneralName getGeneralName()
getGeneralName
in interface org.xwiki.crypto.pkix.internal.extension.BcGeneralName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |