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 SecuritySettingLegacySamApiFactory. createSecuritySetting()Returns a new instance ofSecuritySetting.Methods in org.eclipse.keypop.calypso.crypto.legacysam with parameters of type SecuritySetting Modifier and Type Method Description AsyncTransactionCreatorManagerLegacySamApiFactory. 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 SecuritySettingSecuritySetting. setControlSamResource(org.eclipse.keypop.reader.CardReader samReader, LegacySam controlSam)Sets the control SAM and the reader through which it can be accessed.
-