public class CapiCSPConfigDefault extends CapiCSPConfigESP
CapiCSPConfig object has been passed into the
. It extends the CapiCSPConfigESP
which is compatible with ESP.
This class does not require any user interaction, it simply returns
the first String contained in the given smart card cspList.| Constructor and Description |
|---|
CapiCSPConfigDefault(java.lang.String defaultCSP)
The default configuration which allows a user defined default
to be specified if there is no CSP mapping in policy.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnySCCSPSelection(java.lang.String CertDefnName,
java.lang.String[] cspList)
This selection criteria does not require any user interaction,
it simply returns the first String contained in the given
cspList, or null if there are no Smart Card CSP's given
|
getAnySCCSPNamegetDefaultCSP, getFailOnGetPreviousCSPFailure, getRequestAnySCCSPOnUpdatepublic CapiCSPConfigDefault(java.lang.String defaultCSP)
defaultCSP - The default CSP to use when no CSP is
provided in the policypublic java.lang.String getAnySCCSPSelection(java.lang.String CertDefnName,
java.lang.String[] cspList)
getAnySCCSPSelection in class CapiCSPConfigESPCertDefnName - The CertDefnNamecspList - The list of available smart card CSP's