File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ pub struct CommonParameters {
251
251
#[ serde( rename = "kid" , skip_serializing_if = "Option::is_none" , default ) ]
252
252
pub key_id : Option < String > ,
253
253
254
- /// X.509 Public key cerfificate URL. This is currently not implemented (correctly).
254
+ /// X.509 Public key certificate URL. This is currently not implemented (correctly).
255
255
///
256
256
/// Serialized to `x5u`.
257
257
#[ serde( rename = "x5u" , skip_serializing_if = "Option::is_none" ) ]
@@ -412,7 +412,7 @@ pub struct Jwk {
412
412
}
413
413
414
414
impl Jwk {
415
- /// Find whether the Algorithm is implmented and supported
415
+ /// Find whether the Algorithm is implemented and supported
416
416
pub fn is_supported ( & self ) -> bool {
417
417
self . common . key_algorithm . unwrap ( ) . to_algorithm ( ) . is_ok ( )
418
418
}
You can’t perform that action at this time.
0 commit comments