Class ProfileParameters

  • All Implemented Interfaces:
    Serializable

    public class ProfileParameters
    extends Object
    implements Serializable
    This class manages the internal variables used in the process of creating of a signature and which allows to accelerate the generation.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProfileParameters

        public ProfileParameters()
    • Method Detail

      • getProfile

        public SignatureProfile getProfile()
        Returns the current Profile used to generate the signature or its extension
        Returns:
        the SignatureProfile
      • setProfile

        public void setProfile​(SignatureProfile profile)
        Sets the current Profile used to generate the signature or its extension
        Parameters:
        profile - the SignatureProfile