- Inheritance
-
- Object
- PlatformInterface
- IdnieflutPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
configure(String apiKey)
→ Future<EstadoLicencia?>
-
-
getMRZKey(String passportNumber, String dateOfBirth, String dateOfExpiry)
→ Future<MRZKey?>
-
-
isNFCEnable()
→ Future<RespuestaNFC?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
readPassport(String accessKey, int paceKeyReference, List<String> tags, bool esDNIe)
→ Future<RespuestaReadPassport?>
-
-
signDocumentDNIe(String accessKey, String pin, String document, String certToUse)
→ Future<RespuestaFirma?>
-
-
signHashDNIe(String accessKey, String pin, List<int> hash, int digest, String certToUse)
→ Future<RespuestaFirma?>
-
-
signTextDNIe(String accessKey, String pin, String datosFirma, String certToUse)
→ Future<RespuestaFirma?>
-
-
toString()
→ String
-
A string representation of this object.
inherited