Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocidm4 committed Dec 22, 2024
1 parent 94f5bcd commit 8273320
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public DatosDNIe obtenerDatosDNIe(boolean datosPersonales, boolean foto, boolean
datosDNIe.setDireccion(m_dg13.getActualAddress());
datosDNIe.setProvinciaActual(m_dg13.getActualProvince());
datosDNIe.setMunicipioActual(m_dg13.getActualPopulation());
datosDNIe.setNumSoporte(m_dg1.getDocNumber());
}

if(foto)
Expand Down
3 changes: 0 additions & 3 deletions ios/Sources/idniecapPlugin/idniecap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,6 @@ import CoreNFC
}


print(datosDNIe?.getCan());
print(datosDNIe?.getnumSoporte());

var json: [String: Any] = [:]
json["datosDNIe"] = jsonDatosDNIe
json["error"] = errorText
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "idniecap",
"version": "1.0.2",
"version": "1.0.3",
"description": "Librería para el uso del DNIe en ionic. Disponible para android e iOS.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 0 additions & 6 deletions src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ export const PACEHandler = {
AUTENTICACION: 'AUTENTICACION',
FIRMA: 'FIRMA'
}
/*
export const DNIeSingPadding = {
PKCS: 'PKCS',
PSS: 'PSS'
}
*/
export const DigestType = {
SHA1: 1,
SHA224: 224,
Expand Down

0 comments on commit 8273320

Please sign in to comment.