Ejemplo n.º 1
0
 public PinGeneration(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Ejemplo n.º 2
0
 public PinTranslation(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Ejemplo n.º 3
0
 public CvvGeneration(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Ejemplo n.º 4
0
 public ZonePinEncryptionKey(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Ejemplo n.º 5
0
 public PinVerification(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }