<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 12/9/15 1:10 AM, Yavor Yanakiev
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABracW+Z0jN-+xM3kQHkbRqUcNPQG1nGj2ucEaYqphmgkSQDmA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Things looked good, the keystore and the version
        file were created but I got an error message and when I checked
        the store with Java keytool, I saw that all letters were set to
        lowercase.<br>
      </div>
    </blockquote>
    <br>
    Well, I'm curious: what error exactly?  I would think that whatever
    you supplied to the tool wouldn't matter.  Since the KeyStore impl
    is case-insensitive, it ought not matter what the case was when you
    created it vs what is configured, etc.  If you create the alias as
    "FooBar", the entry will get returned regardless of whether the
    caller supplies the alias as "FooBar" or "foobar" or "FOOBAR" or
    whatever.<br>
    <br>
    At least that's what I think regarding the KeyStore itself.  It's
    possible we might have  bug somewhere else in the calling code
    related to case-sensitivity.  I'm not that familiar with the
    DataSealer stuff.<br>
  </body>
</html>