Class TSABasicAuthCredentials


  • public class TSABasicAuthCredentials
    extends Object
    Parameters specifying options related to the time stamp authority credentials required for RFC3161TSAOptions.
    • Constructor Detail

      • TSABasicAuthCredentials

        public TSABasicAuthCredentials​(String username,
                                       String password)
        Constructs a TSABasicAuthCredentials instance.
        Parameters:
        username - username to be used for timestamping
        password - password to be used for timestamping
    • Method Detail

      • getUsername

        public String getUsername()
        Returns the intended username to be used for timestamping.
        Returns:
        The username
      • getPassword

        public String getPassword()
        Returns the intended password to be used for timestamping.
        Returns:
        The password