Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential.Builder
-
Packages that use CSCCredential.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.electronicseal Contains the param classes forPDFElectronicSealJob
. -
-
Uses of CSCCredential.Builder in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal
Methods in com.adobe.pdfservices.operation.pdfjobs.params.electronicseal that return CSCCredential.Builder Modifier and Type Method Description static CSCCredential.Builder
CertificateCredentials. cscCredentialBuilder()
Create a newCSCCredential
builder.CSCCredential.Builder
CSCCredential.Builder. withCredentialID(String credentialID)
Sets the TSP credential ID.CSCCredential.Builder
CSCCredential.Builder. withCSCAuthContext(CSCAuthContext cscAuthContext)
Sets the CSC auth context.CSCCredential.Builder
CSCCredential.Builder. withPin(String pin)
Sets the PIN associated with credential ID.CSCCredential.Builder
CSCCredential.Builder. withProviderName(String providerName)
Sets the name of trust service provider being used.
-