Class Kangaroo.KangarooParameters.Builder

  • Enclosing class:
    Kangaroo.KangarooParameters

    public static class Kangaroo.KangarooParameters.Builder
    extends java.lang.Object
    Parameter Builder.
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setPersonalisation

        public Kangaroo.KangarooParameters.Builder setPersonalisation​(byte[] pPersonal)
        Set the personalisation.
        Parameters:
        pPersonal - the personalisation
        Returns:
        the Builder
      • setMaxOutputLen

        public Kangaroo.KangarooParameters.Builder setMaxOutputLen​(long pMaxOutLen)
        Set the maximum output length. (-1=unlimited)
        Parameters:
        pMaxOutLen - the maximum output length
        Returns:
        the Builder