/**
  * Implements the <code>AccountRegistrationWizard.getPageImage</code> method. Returns the image
  * used to decorate the wizard page
  *
  * @return byte[] the image used to decorate the wizard page
  */
 public byte[] getPageImage() {
   return Resources.getImage(Resources.PAGE_IMAGE);
 }
 /**
  * Implements the <code>AccountRegistrationWizard.getIcon</code> method. Returns the icon to be
  * used for this wizard.
  *
  * @return byte[]
  */
 public byte[] getIcon() {
   return Resources.getImage(Resources.SSH_LOGO);
 }