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 1313 exports com .webauthn4j .appattest .data .attestation .statement ;
1414 exports com .webauthn4j .appattest .server ;
1515 exports com .webauthn4j .appattest .verifier ;
16+
17+ opens com .webauthn4j .appattest .data ;
18+ opens com .webauthn4j .appattest .data .attestation .statement ;
1619}
Original file line number Diff line number Diff line change 4646 exports com .webauthn4j .verifier .attestation .trustworthiness .self ;
4747 exports com .webauthn4j .verifier .exception ;
4848 exports com .webauthn4j .verifier .internal ;
49+
50+ opens com .webauthn4j .data ;
51+ opens com .webauthn4j .data .attestation ;
52+ opens com .webauthn4j .data .attestation .statement ;
53+ opens com .webauthn4j .data .attestation .authenticator ;
54+ opens com .webauthn4j .data .client ;
55+ opens com .webauthn4j .data .client .challenge ;
56+ opens com .webauthn4j .data .extension ;
57+ opens com .webauthn4j .data .extension .authenticator ;
58+ opens com .webauthn4j .data .extension .client ;
59+ opens com .webauthn4j .data .jws ;
60+
4961}
Original file line number Diff line number Diff line change 1616 exports com .webauthn4j .metadata .data .uaf ;
1717 exports com .webauthn4j .metadata .exception ;
1818 exports com .webauthn4j .metadata .util .internal to com .webauthn4j .metadata .async ;
19+
20+ opens com .webauthn4j .metadata .data ;
21+ opens com .webauthn4j .metadata .data .statement ;
22+ opens com .webauthn4j .metadata .data .toc ;
23+ opens com .webauthn4j .metadata .data .uaf ;
1924}
You can’t perform that action at this time.
0 commit comments