openwallet-foundation-labs / identity-credential

Apache License 2.0
149 stars 76 forks source link

Rename X509Certificate to X509Cert and add partial support for iOS + tests #650

Closed davidz25 closed 1 week ago

davidz25 commented 1 week ago

This rename helps avoid confusion on the JVM when using javaX509Certificate to get a java.security.cert.X509Certificate instance for the certificate.

Also implement partial support for X509Cert on iOS - still need to implement code for getting the EC curve from the certificate which includes parsing ASN.1.

Test: ./gradlew check