Interface BasicMobileClientSign
- All Superinterfaces:
AbstractMobileClientSign,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ConvertedMobileClientSign,MobileClientSign
- All Known Implementing Classes:
BasicMobileClientSignImpl,ConvertedMobileClientSignImpl,MobileClientSignImpl
A representation of the model object 'Basic Mobile Client Sign'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Digest' attribute.Returns the value of the 'Public Key' attribute.voidSets the value of the 'Digest' attribute.voidsetPublicKey(String value) Sets the value of the 'Public Key' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDigest
String getDigest()Returns the value of the 'Digest' attribute.- Returns:
- the value of the 'Digest' attribute.
- See Also:
-
setDigest
Sets the value of the 'Digest' attribute.- Parameters:
value- the new value of the 'Digest' attribute.- See Also:
-
getPublicKey
String getPublicKey()Returns the value of the 'Public Key' attribute.- Returns:
- the value of the 'Public Key' attribute.
- See Also:
-
setPublicKey
Sets the value of the 'Public Key' attribute.- Parameters:
value- the new value of the 'Public Key' attribute.- See Also:
-