NfcResult class

Constructors

NfcResult({bool? originality, bool? authenticity, bool? confidentiality, bool? mrzMatch, bool? comSodMatch, BacStatus? bacStatus, AaStatus? activeAuthenticationStatus, bool? documentCertificateValid, RootCertificateStatus? signingCertificateMatchesWithParent, bool? scanCompleted, CaStatus? chipAuthenticationStatus, bool? documentSignatureCorrect, Uint8List? photo, MrzDataResult? mrzData, Map<int?, LdsFile?>? dataGroups, X509Certificate? documentCertificate, Uint8List? iOSDocumentCertificate, Map<int?, Uint8List?>? sodHashes, Uint8List? sodData, int? featurePoints, Uint8List? mimeBytes, String? aaDigestAlgorithm, String? chipAuthenticationOid, String? chipAuthenticationAgreementAlgorithm, String? chipAuthenticationPublicKeyAlgorithm, X509Certificate? signingCertificate, Uint8List? iOSSigningCertificate})

Properties

aaDigestAlgorithm String?
getter/setter pair
activeAuthenticationStatus AaStatus?
getter/setter pair
authenticity bool?
getter/setter pair
bacStatus BacStatus?
getter/setter pair
chipAuthenticationAgreementAlgorithm String?
getter/setter pair
chipAuthenticationOid String?
getter/setter pair
chipAuthenticationPublicKeyAlgorithm String?
getter/setter pair
chipAuthenticationStatus CaStatus?
getter/setter pair
comSodMatch bool?
getter/setter pair
confidentiality bool?
getter/setter pair
dataGroups Map<int?, LdsFile?>?
getter/setter pair
documentCertificate X509Certificate?
getter/setter pair
documentCertificateValid bool?
getter/setter pair
documentSignatureCorrect bool?
getter/setter pair
featurePoints int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iOSDocumentCertificate Uint8List?
getter/setter pair
iOSSigningCertificate Uint8List?
getter/setter pair
mimeBytes Uint8List?
getter/setter pair
mrzData MrzDataResult?
getter/setter pair
mrzMatch bool?
getter/setter pair
originality bool?
getter/setter pair
photo Uint8List?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanCompleted bool?
getter/setter pair
signingCertificate X509Certificate?
getter/setter pair
signingCertificateMatchesWithParent RootCertificateStatus?
getter/setter pair
sodData Uint8List?
getter/setter pair
sodHashes Map<int?, Uint8List?>?
getter/setter pair

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(Object message) NfcResult