File tree Expand file tree Collapse file tree
webauthn4j-appattest/src/main/java
webauthn4j-core/src/main/java
webauthn4j-metadata/src/main/java Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 exports com .webauthn4j .appattest .server ;
1515 exports com .webauthn4j .appattest .verifier ;
1616
17+ opens com .webauthn4j .appattest .converter .jackson .serializer ;
18+
1719 opens com .webauthn4j .appattest .data ;
1820 opens com .webauthn4j .appattest .data .attestation .statement ;
1921}
Original file line number Diff line number Diff line change 4747 exports com .webauthn4j .verifier .exception ;
4848 exports com .webauthn4j .verifier .internal ;
4949
50+ opens com .webauthn4j .converter .jackson .serializer .cbor ;
51+ opens com .webauthn4j .converter .jackson .serializer .json ;
52+ opens com .webauthn4j .converter .jackson .deserializer .cbor ;
53+ opens com .webauthn4j .converter .jackson .deserializer .json ;
54+
5055 opens com .webauthn4j .data ;
5156 opens com .webauthn4j .data .attestation ;
5257 opens com .webauthn4j .data .attestation .statement ;
Original file line number Diff line number Diff line change 1717 exports com .webauthn4j .metadata .exception ;
1818 exports com .webauthn4j .metadata .util .internal to com .webauthn4j .metadata .async ;
1919
20+ opens com .webauthn4j .metadata .converter .jackson .deserializer ;
21+
2022 opens com .webauthn4j .metadata .data ;
2123 opens com .webauthn4j .metadata .data .statement ;
2224 opens com .webauthn4j .metadata .data .toc ;
You can’t perform that action at this time.
0 commit comments