@@ -31,7 +31,7 @@ public class Extensions {
31
31
* FIDO AppID Extension (appid)</a>
32
32
*/
33
33
public static class Appid {
34
- public static final String EXTENSION_ID = "appid" ;
34
+ static final String EXTENSION_ID = "appid" ;
35
35
}
36
36
37
37
/**
@@ -42,7 +42,7 @@ public static class Appid {
42
42
* FIDO AppID Exclusion Extension (appidExclude)</a>
43
43
*/
44
44
public static class AppidExclude {
45
- public static final String EXTENSION_ID = "appidExclude" ;
45
+ static final String EXTENSION_ID = "appidExclude" ;
46
46
}
47
47
48
48
/**
@@ -53,7 +53,7 @@ public static class AppidExclude {
53
53
* Credential Properties Extension (credProps)</a>
54
54
*/
55
55
public static class CredentialProperties {
56
- public static final String EXTENSION_ID = "credProps" ;
56
+ static final String EXTENSION_ID = "credProps" ;
57
57
58
58
/**
59
59
* Extension outputs for the Credential Properties Extension (<code>credProps</code>).
@@ -109,7 +109,7 @@ public Optional<Boolean> getRk() {
109
109
* Large blob storage extension (largeBlob)</a>
110
110
*/
111
111
public static class LargeBlob {
112
- public static final String EXTENSION_ID = "largeBlob" ;
112
+ static final String EXTENSION_ID = "largeBlob" ;
113
113
114
114
/**
115
115
* Extension inputs for the Large blob storage extension (<code>largeBlob</code>) in
0 commit comments