Class Properties


  • public final class Properties
    extends java.lang.Object
    • Field Detail

      • instance

        public static final Properties instance
    • Method Detail

      • cryptoArgon2MaxDuration

        public final int cryptoArgon2MaxDuration()
      • cryptoArgon2MemoryCost

        public final int cryptoArgon2MemoryCost()
      • cryptoArgon2Parallelism

        public final int cryptoArgon2Parallelism()
      • cryptoScrypt_N_costFactor

        public final int cryptoScrypt_N_costFactor()
      • cryptoScrypt_r_Blocksize

        public final int cryptoScrypt_r_Blocksize()
      • cryptoScrypt_p_parallelization

        public final int cryptoScrypt_p_parallelization()
      • cryptoType

        public final java.lang.String cryptoType()
      • getBoolean

        public final java.lang.Boolean getBoolean​(java.lang.String key,
                                                  java.lang.Boolean defaultValue)
      • getInteger

        public final java.lang.Integer getInteger​(java.lang.String key,
                                                  java.lang.Integer defaultValue)
      • getString

        public final java.lang.String getString​(java.lang.String key,
                                                java.lang.String defaultValue)