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 aTSABasicAuthCredentials
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
Returns the intended password to be used for timestamping.String
getUsername()
Returns the intended username to be used for timestamping.
-