Version 1.2.0
New features:
- RSA keys are now supported.
- New constructor functions
PublicKeyCredential.parseRegistrationResponseJson
and.parseAssertionResponseJson
- So users don't have to deal with the
TypeReference
s imposed by the generics, unless they want to.
- So users don't have to deal with the
Bug fixes:
android-key
attestation statements now don't throw an exception ifallowUntrustedAttestation
is set totrue
.tpm
attestation statements now don't throw an exception ifallowUntrustedAttestation
is set totrue
.