Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.transaction.SecuritySetting
Packages that use SecuritySetting
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
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 SecuritySettingModifier and TypeMethodDescriptionLegacySamApiFactory.createSecuritySetting()
Returns a new instance ofSecuritySetting
.Methods in org.eclipse.keypop.calypso.crypto.legacysam with parameters of type SecuritySettingModifier and TypeMethodDescriptionLegacySamApiFactory.createAsyncTransactionCreatorManager
(String targetSamContext, SecuritySetting securitySetting) Returns a new instance ofAsyncTransactionCreatorManager
.LegacySamApiFactory.createSecureWriteTransactionManager
(org.eclipse.keypop.reader.CardReader samReader, LegacySam sam, SecuritySetting securitySetting) Returns a new instance ofSecureWriteTransactionManager
. -
Uses of SecuritySetting in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction that return SecuritySettingModifier and TypeMethodDescriptionSecuritySetting.setControlSamResource
(org.eclipse.keypop.reader.CardReader samReader, LegacySam controlSam) Sets the control SAM and the reader through which it can be accessed.