Convert jwa constants to function calls returning objects #2218
Annotations
11 errors and 1 warning
|
Test with coverage:
jwx_test.go#L164
cannot use jwa.RSA1_5 (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L164
cannot use jwa.RSA_OAEP (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L164
cannot use jwa.RSA_OAEP_256 (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L164
cannot use jwa.RSA_OAEP_384 (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L164
cannot use jwa.RSA_OAEP_512 (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L169
cannot use jwa.A128GCM (value of type func() jwa.ContentEncryptionAlgorithm) as jwa.ContentEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L169
cannot use jwa.A128CBC_HS256 (value of type func() jwa.ContentEncryptionAlgorithm) as jwa.ContentEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L169
cannot use jwa.A256CBC_HS512 (value of type func() jwa.ContentEncryptionAlgorithm) as jwa.ContentEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L174
cannot use jwa.ECDH_ES (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyEncryptionAlgorithm value in array or slice literal
|
Test with coverage:
jwx_test.go#L174
cannot use jwa.ECDH_ES_A128KW (value of type func() jwa.KeyEncryptionAlgorithm) as jwa.KeyEncryptionAlgorithm value in array or slice literal
|
Install Go stable version
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading