Class CertificateCredentials
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CertificateCredentials
-
- Direct Known Subclasses:
CSCCredential
public abstract class CertificateCredentials extends Object
This marker class represents the basic contract for all the credential options to be used for applying PDF Electronic Seal byPDFElectronicSealParams
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CSCCredential.Builder
cscCredentialBuilder()
Create a newCSCCredential
builder.
-
-
-
Method Detail
-
cscCredentialBuilder
public static CSCCredential.Builder cscCredentialBuilder()
Create a newCSCCredential
builder.- Returns:
- a
CSCCredential.Builder
instance
-
-