Interface IRealTimeDecryption
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public interface IRealTimeDecryption
Methods
Name | Description |
---|---|
SetKeyFromRSAParameters(RSAParameters) | Sets the private RSA key for the real time decryption of the biometrical data captured by the signature device. |
SetKeyFromRSAPrivatePem(String) | Parses a PEM file for the private RSA key stored therein that is to be used for for the real time decryption of the biometrical data captured by the signature device. |