Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.SecuritySetting
-
Packages that use SecuritySetting Package Description org.eclipse.keypop.calypso.crypto.legacysam Components used in applications to manage Calypso Legacy SAMs.org.eclipse.keypop.calypso.crypto.legacysam.transaction Calypso Legacy SAM transaction API. -
-
Uses of SecuritySetting in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return SecuritySetting Modifier and Type Method Description SecuritySetting
LegacySamApiFactory. createSecuritySetting()
Returns a new instance ofSecuritySetting
.Methods in org.eclipse.keypop.calypso.crypto.legacysam with parameters of type SecuritySetting Modifier and Type Method Description AsyncTransactionCreatorManager
LegacySamApiFactory. createAsyncTransactionCreatorManager(java.lang.String targetSamContext, SecuritySetting securitySetting)
Returns a new instance ofAsyncTransactionCreatorManager
. -
Uses of SecuritySetting in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return SecuritySetting Modifier and Type Method Description SecuritySetting
SecuritySetting. setControlSamResource(org.eclipse.keypop.reader.CardReader samReader, LegacySam controlSam)
Sets the control SAM and the reader through which it can be accessed.
-