org.eclipse.mtj.api.signings
Interface SigningCertificate

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SigningCertificateImpl

public interface SigningCertificate
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Signing Certificate'.

The following features are supported:

See Also:
SigningsPackage.getSigningCertificate()

Method Summary
 java.lang.String getAliasName()
          Returns the value of the 'Alias Name' attribute.
 java.lang.String getCertificatePassword()
          Returns the value of the 'Certificate Password' attribute.
 java.lang.String getKeystore()
          Returns the value of the 'Keystore' attribute.
 java.lang.String getKeystorePassword()
          Returns the value of the 'Keystore Password' attribute.
 void setAliasName(java.lang.String value)
          Sets the value of the 'Alias Name' attribute.
 void setCertificatePassword(java.lang.String value)
          Sets the value of the 'Certificate Password' attribute.
 void setKeystore(java.lang.String value)
          Sets the value of the 'Keystore' attribute.
 void setKeystorePassword(java.lang.String value)
          Sets the value of the 'Keystore Password' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getKeystore

java.lang.String getKeystore()
Returns the value of the 'Keystore' attribute.

If the meaning of the 'Keystore' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Keystore' attribute.
See Also:
setKeystore(String), SigningsPackage.getSigningCertificate_Keystore()

setKeystore

void setKeystore(java.lang.String value)
Sets the value of the 'Keystore' attribute.

Parameters:
value - the new value of the 'Keystore' attribute.
See Also:
getKeystore()

getAliasName

java.lang.String getAliasName()
Returns the value of the 'Alias Name' attribute.

If the meaning of the 'Alias Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Alias Name' attribute.
See Also:
setAliasName(String), SigningsPackage.getSigningCertificate_AliasName()

setAliasName

void setAliasName(java.lang.String value)
Sets the value of the 'Alias Name' attribute.

Parameters:
value - the new value of the 'Alias Name' attribute.
See Also:
getAliasName()

getKeystorePassword

java.lang.String getKeystorePassword()
Returns the value of the 'Keystore Password' attribute.

If the meaning of the 'Keystore Password' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Keystore Password' attribute.
See Also:
setKeystorePassword(String), SigningsPackage.getSigningCertificate_KeystorePassword()

setKeystorePassword

void setKeystorePassword(java.lang.String value)
Sets the value of the 'Keystore Password' attribute.

Parameters:
value - the new value of the 'Keystore Password' attribute.
See Also:
getKeystorePassword()

getCertificatePassword

java.lang.String getCertificatePassword()
Returns the value of the 'Certificate Password' attribute.

If the meaning of the 'Certificate Password' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Certificate Password' attribute.
See Also:
setCertificatePassword(String), SigningsPackage.getSigningCertificate_CertificatePassword()

setCertificatePassword

void setCertificatePassword(java.lang.String value)
Sets the value of the 'Certificate Password' attribute.

Parameters:
value - the new value of the 'Certificate Password' attribute.
See Also:
getCertificatePassword()