public static class CSCCredential.Builder extends Object
CSCCredential instance.| Modifier and Type | Method and Description |
|---|---|
CSCCredential |
build()
Returns a new
CSCCredential instance built from the current state of this builder. |
CSCCredential.Builder |
withCredentialID(String credentialID)
Sets the TSP credential ID.
|
CSCCredential.Builder |
withCSCAuthContext(CSCAuthContext cscAuthContext)
Sets the CSC auth context.
|
CSCCredential.Builder |
withPin(String pin)
Sets the PIN associated with credential ID.
|
CSCCredential.Builder |
withProviderName(String providerName)
Sets the name of trust service provider being used.
|
public CSCCredential.Builder withProviderName(String providerName)
providerName - the provider namepublic CSCCredential.Builder withCredentialID(String credentialID)
credentialID - the credential IDpublic CSCCredential.Builder withPin(String pin)
pin - the pinpublic CSCCredential.Builder withCSCAuthContext(CSCAuthContext cscAuthContext)
cscAuthContext - the CSC auth contextpublic CSCCredential build()
CSCCredential instance built from the current state of this builder.CSCCredential instanceCopyright © 2023 Adobe. All rights reserved.