Class TSABasicAuthCredentials
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.TSABasicAuthCredentials
-
public class TSABasicAuthCredentials extends Object
Parameters specifying options related to the time stamp authority credentials required forRFC3161TSAOptions.
-
-
Constructor Summary
Constructors Constructor Description TSABasicAuthCredentials(String username, String password)Constructs aTSABasicAuthCredentialsinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()Returns the intended password to be used for timestamping.StringgetUsername()Returns the intended username to be used for timestamping.
-