public PinGeneration(ThalesHsm theHsm) { _theHsm = theHsm; }
public PinTranslation(ThalesHsm theHsm) { _theHsm = theHsm; }
public CvvGeneration(ThalesHsm theHsm) { _theHsm = theHsm; }
public ZonePinEncryptionKey(ThalesHsm theHsm) { _theHsm = theHsm; }
public PinVerification(ThalesHsm theHsm) { _theHsm = theHsm; }