public interface CA
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SecurityPackage.getCA()
Modifier and Type | Method and Description |
---|---|
String |
getCertificateUrl()
Returns the value of the 'Certificate Url' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getCrlUrl()
Returns the value of the 'Crl Url' attribute list.
|
void |
setCertificateUrl(String value)
Sets the value of the '
Certificate Url ' attribute. |
String getCertificateUrl()
If the meaning of the 'Certificate Url' attribute isn't clear, there really should be more of a description here...
setCertificateUrl(String)
,
SecurityPackage.getCA_CertificateUrl()
void setCertificateUrl(String value)
Certificate Url
' attribute.
value
- the new value of the 'Certificate Url' attribute.getCertificateUrl()
org.eclipse.emf.common.util.EList<String> getCrlUrl()
String
.
If the meaning of the 'Crl Url' attribute list isn't clear, there really should be more of a description here...
SecurityPackage.getCA_CrlUrl()