Class CSCCredential
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CertificateCredentials
-
- com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CSCCredential
-
public class CSCCredential extends CertificateCredentials
Parameters for representing the CSC Provider based credentials as a subtype forCertificateCredentials
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CSCCredential.Builder
Builds aCSCCredential
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCredentialID()
Returns the certificate credential ID of user.CSCAuthContext
getCscAuthContext()
Returns the credential authorization parameters.String
getPin()
Returns the PIN to be used for validating credentials.String
getProviderName()
Returns the name of trust service provider.-
Methods inherited from class com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.CertificateCredentials
cscCredentialBuilder
-
-
-
-
Method Detail
-
getProviderName
public String getProviderName()
Returns the name of trust service provider.- Returns:
- trust service provider name
-
getCredentialID
public String getCredentialID()
Returns the certificate credential ID of user.- Returns:
- credential ID
-
getPin
public String getPin()
Returns the PIN to be used for validating credentials.- Returns:
- the PIN value
-
getCscAuthContext
public CSCAuthContext getCscAuthContext()
Returns the credential authorization parameters.- Returns:
- the credential auth params
-
-