We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JsonWebKey
final
1 parent c73702c commit 0ce9a00Copy full SHA for 0ce9a00
lib/src/jsonwebkey.dart
@@ -20,7 +20,7 @@
20
///
21
/// [1]: https://www.w3.org/TR/WebCryptoAPI/#JsonWebKey-dictionary
22
/// [2]: https://www.iana.org/assignments/jose/jose.xhtml#web-key-parameters
23
-class JsonWebKey {
+final class JsonWebKey {
24
String? kty;
25
String? use;
26
List<String>? key_ops;
@@ -217,7 +217,7 @@ class JsonWebKey {
217
218
219
/// [2]: https://tools.ietf.org/html/rfc7518#section-6.3.2.7
220
-class RsaOtherPrimesInfo {
+final class RsaOtherPrimesInfo {
221
String r;
222
String d;
223
String t;
0 commit comments