File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
webauthn4j-appattest/src/main/java
webauthn4j-core/src/main/java
webauthn4j-metadata/src/main/java Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 14
14
exports com .webauthn4j .appattest .server ;
15
15
exports com .webauthn4j .appattest .verifier ;
16
16
17
+ opens com .webauthn4j .appattest .converter .jackson .serializer ;
18
+
17
19
opens com .webauthn4j .appattest .data ;
18
20
opens com .webauthn4j .appattest .data .attestation .statement ;
19
21
}
Original file line number Diff line number Diff line change 47
47
exports com .webauthn4j .verifier .exception ;
48
48
exports com .webauthn4j .verifier .internal ;
49
49
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
+
50
55
opens com .webauthn4j .data ;
51
56
opens com .webauthn4j .data .attestation ;
52
57
opens com .webauthn4j .data .attestation .statement ;
Original file line number Diff line number Diff line change 17
17
exports com .webauthn4j .metadata .exception ;
18
18
exports com .webauthn4j .metadata .util .internal to com .webauthn4j .metadata .async ;
19
19
20
+ opens com .webauthn4j .metadata .converter .jackson .deserializer ;
21
+
20
22
opens com .webauthn4j .metadata .data ;
21
23
opens com .webauthn4j .metadata .data .statement ;
22
24
opens com .webauthn4j .metadata .data .toc ;
You can’t perform that action at this time.
0 commit comments