Class StatisticsKeyTool


  • public class StatisticsKeyTool
    extends Object
    Provides various methods for generation, loading and saving private and public keys.
    Author:
    steinar Date: 01.05.13 Time: 21:17
    • Constructor Detail

      • StatisticsKeyTool

        public StatisticsKeyTool()
    • Method Detail

      • loadPublicKeyFromClassPath

        public PublicKey loadPublicKeyFromClassPath()
        The Oxalis statistics public key is supplied as part of the distribution (of course).
        Returns:
        the statistics public key
      • loadPublicKey

        public PublicKey loadPublicKey​(File file)
        Loads the public key used for encrypting statistical data.
        Parameters:
        file -
        Returns: