Uses of Class
org.jpos.security.KeySerialNumber

Packages that use KeySerialNumber
org.jpos.security Key management, MAC, PIN encryption related classes. 
 

Uses of KeySerialNumber in org.jpos.security
 

Methods in org.jpos.security with parameters of type KeySerialNumber
 EncryptedPIN BaseSMAdapter.importPIN(EncryptedPIN pinUnderDuk, KeySerialNumber ksn, SecureDESKey bdk)
           
 EncryptedPIN SMAdapter.importPIN(EncryptedPIN pinUnderDuk, KeySerialNumber ksn, SecureDESKey bdk)
          Imports a PIN from encryption under a transaction key to encryption under LMK.
protected  EncryptedPIN BaseSMAdapter.importPINImpl(EncryptedPIN pinUnderDuk, KeySerialNumber ksn, SecureDESKey bdk)
          Your SMAdapter should override this method if it has this functionality
 EncryptedPIN BaseSMAdapter.translatePIN(EncryptedPIN pinUnderDuk, KeySerialNumber ksn, SecureDESKey bdk, SecureDESKey kd2, byte destinationPINBlockFormat)
           
 EncryptedPIN SMAdapter.translatePIN(EncryptedPIN pinUnderDuk, KeySerialNumber ksn, SecureDESKey bdk, SecureDESKey kd2, byte destinationPINBlockFormat)
          Translates a PIN from encryption under a transaction key to encryption under a KD (Data Key).
protected  EncryptedPIN BaseSMAdapter.translatePINImpl(EncryptedPIN pinUnderDuk, KeySerialNumber ksn, SecureDESKey bdk, SecureDESKey kd2, byte destinationPINBlockFormat)
          Your SMAdapter should override this method if it has this functionality
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.