Beispiel #1
0
 public PinGeneration(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Beispiel #2
0
 public PinTranslation(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Beispiel #3
0
 public CvvGeneration(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Beispiel #4
0
 public ZonePinEncryptionKey(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }
Beispiel #5
0
 public PinVerification(ThalesHsm theHsm)
 {
     _theHsm = theHsm;
 }