Class Base64EncodedSaltGenerator

    • Field Detail

      • secureRandom

        protected Random secureRandom
    • Constructor Detail

      • Base64EncodedSaltGenerator

        public Base64EncodedSaltGenerator()
    • Method Detail

      • generateByteSalt

        protected byte[] generateByteSalt()
      • encodeSalt

        protected String encodeSalt​(byte[] salt)
      • getSaltLengthInByte

        protected abstract Integer getSaltLengthInByte()