MCPcopy Create free account

hub / github.com/WICG/webpackage / functions

Functions591 in github.com/WICG/webpackage

FunctionTestParseToken
(t *testing.T)
go/signedexchange/structuredheader/parser_test.go:127
FunctionTestResponseHeaderVerificationFailure
(t *testing.T)
go/bundle/signature/verifier_test.go:110
FunctionTestResponsePayloadVerificationFailure
(t *testing.T)
go/bundle/signature/verifier_test.go:124
FunctionTestRoundtrip
(t *testing.T)
go/signedexchange/certurl/certchain_test.go:54
FunctionTestSerializeItem
(t *testing.T)
go/signedexchange/structuredheader/writer_test.go:8
FunctionTestSerializeListOfLists
(t *testing.T)
go/signedexchange/structuredheader/writer_test.go:52
FunctionTestSerializeParameterisedList
(t *testing.T)
go/signedexchange/structuredheader/writer_test.go:81
FunctionTestSerializeSCTList
(t *testing.T)
go/signedexchange/certurl/sct_test.go:10
FunctionTestSerializeSCTListTooLarge
(t *testing.T)
go/signedexchange/certurl/sct_test.go:25
FunctionTestSignAndAddNewSignature
Test SignAndAddNewSignature when there isn't any previous signatures in the signature stack.
go/integrityblock/integrityblock_test.go:210
FunctionTestSignAndAddNewSignatureWithExistingSignature
Test SignAndAddNewSignature when there is an existing signature already in the stack. Signature attributes should always be "freshly" made.
go/integrityblock/integrityblock_test.go:266
FunctionTestSignVerify_ECDSA_P256_SHA256
(t *testing.T)
go/internal/signingalgorithm/signingalgorithm_test.go:14
FunctionTestSignVerify_ED25519
(t *testing.T)
go/internal/signingalgorithm/signingalgorithm_test.go:58
FunctionTestSignVerify_ED25519_Encrypted
(t *testing.T)
go/internal/signingalgorithm/signingalgorithm_test.go:77
FunctionTestSignatureExpired
(t *testing.T)
go/bundle/signature/verifier_test.go:72
FunctionTestSignatureGeneration
(t *testing.T)
go/bundle/signature/signer_test.go:99
FunctionTestSignatureNotYetValid
(t *testing.T)
go/bundle/signature/verifier_test.go:64
FunctionTestSignatureVerificationFailure
(t *testing.T)
go/bundle/signature/verifier_test.go:80
FunctionTestSignedExchange
(t *testing.T)
go/signedexchange/signedexchange_test.go:64
FunctionTestSignedExchangeBannedCertUrlScheme
(t *testing.T)
go/signedexchange/signedexchange_test.go:183
FunctionTestSignedWebBundleHasIntegrityBlockestAnother
(t *testing.T)
go/integrityblock/integrityblock_test.go:197
FunctionTestTextStringIsDeterministic
(t *testing.T)
go/internal/cbor/deterministic_test.go:160
FunctionTestUintCborSequenceDeterministic
(t *testing.T)
go/internal/cbor/deterministic_test.go:43
FunctionTestUintDeterministic
(t *testing.T)
go/internal/cbor/deterministic_test.go:35
FunctionTestUintNotDeterministic
TestNotDeterministic tests that if the value of the unsigned integer is kept the same but there are additional non-necessary empty bytes added in-fron
go/internal/cbor/deterministic_test.go:53
FunctionTestUnsignedWebBundleDoesntHaveIntegrityBlock
(t *testing.T)
go/integrityblock/integrityblock_test.go:182
FunctionTestUnsupportedAdditionalInformationValues
(t *testing.T)
go/internal/cbor/deterministic_test.go:88
FunctionTestVariants
(t *testing.T)
go/bundle/encoder_test.go:21
FunctionTestVerification
(t *testing.T)
go/bundle/signature/verifier_test.go:45
FunctionTestVerify
(t *testing.T)
go/signedexchange/signedexchange_test.go:263
FunctionTestVerifyBadMethod
(t *testing.T)
go/signedexchange/signedexchange_test.go:306
FunctionTestVerifyBadSignature
(t *testing.T)
go/signedexchange/signedexchange_test.go:347
FunctionTestVerifyBadValidityUrl
(t *testing.T)
go/signedexchange/signedexchange_test.go:295
FunctionTestVerifyExpiredExchange
(t *testing.T)
go/signedexchange/signedexchange_test.go:284
FunctionTestVerifyNoContentType
(t *testing.T)
go/signedexchange/signedexchange_test.go:358
FunctionTestVerifyNonCacheable
(t *testing.T)
go/signedexchange/signedexchange_test.go:387
FunctionTestVerifyNonCanonicalURL
(t *testing.T)
go/signedexchange/signedexchange_test.go:375
FunctionTestVerifyNotYetValidExchange
(t *testing.T)
go/signedexchange/signedexchange_test.go:273
FunctionTestVerifyStatefulRequestHeader
(t *testing.T)
go/signedexchange/signedexchange_test.go:322
FunctionTestVerifyUncachedHeader
(t *testing.T)
go/signedexchange/signedexchange_test.go:336
FunctionTestWebBundleHasDeterministicCbor
The test web bundle have generated only contains deterministic CBOR. This test is to make sure that we don't accidentally break our deterministic chec
go/internal/cbor/deterministic_test.go:291
FunctionTestWriteAndRead
(t *testing.T)
go/bundle/bundle_test.go:109
FunctionTestWriteAndReadWithVariants
(t *testing.T)
go/bundle/bundle_test.go:132
MethodVerify
(msg, sig []byte)
go/internal/signingalgorithm/signingalgorithm.go:73
MethodWriteHeader
(statusCode int)
go/bundle/cmd/gen-bundle/fromdir.go:84
MethodWriteTo
(w io.Writer)
go/bundle/encoder.go:370
MethodWriteTo
(w io.Writer)
go/bundle/encoder.go:419
Methodconstructor
(key: KeyObject)
js/sign/src/web-bundle-id.ts:30
Methodconstructor
( webBundle: Uint8Array, arg2: string | IntegrityBlock, signingStrategies: Array<ISigningStrategy>
js/sign/src/signers/integrity-block-signer.ts:52
Methodconstructor
(private readonly privateKey: KeyObject)
js/sign/src/signers/node-crypto-signing-strategy.ts:9
Methodconstructor
@internal
js/sign/src/core/integrity-block.ts:29
Methodconstructor
( private integrityBlock: IntegrityBlock, private pureWebBundle: Uint8Array )
js/sign/src/core/signed-web-bundle.ts:23
Methodconstructor
(formatVersion: FormatVersion = DEFAULT_VERSION)
js/bundle/src/encoder.ts:35
Methodconstructor
(private bundleBuilder: BundleBuilder)
js/bundle/src/encoder.ts:131
Methodconstructor
(status: number, headers: Headers)
js/bundle/src/encoder.ts:244
Methodconstructor
(buffer: Uint8Array)
js/bundle/src/decoder.ts:32
Methodconstructor
(private bundle: Bundle)
js/bundle/src/decoder.ts:135
Methodconstructor
(responsesSectionItem: unknown[])
js/bundle/src/decoder.ts:197
MethodcreateTopLevel
()
js/bundle/src/encoder.ts:174
MethoddestructureBundle
(wbn: unknown[])
js/bundle/src/decoder.ts:156
MethodformatVersion
()
js/bundle/src/encoder.ts:118
MethodgetIntegrityBlock
()
js/sign/src/core/signed-web-bundle.ts:86
MethodgetPublicKey
()
js/sign/src/signers/node-crypto-signing-strategy.ts:18
MethodgetResponse
(url: string)
js/bundle/src/decoder.ts:120
MethodgetResponse
(url: string)
js/bundle/src/decoder.ts:137
MethodindexSection
()
js/bundle/src/decoder.ts:124
Functioninit
()
go/bundle/cmd/gen-bundle/main.go:40
Functioninit
()
go/signedexchange/stateful_headers.go:13
Functioninit
()
go/signedexchange/cmd/dump-signedexchange/main.go:52
Functioninit
()
go/signedexchange/cmd/gen-signedexchange/main.go:57
Functionmain
()
js/sign/src/cli-dump-id.ts:52
Functionmain
()
go/bundle/cmd/sign-bundle/main.go:88
Functionmain
()
go/bundle/cmd/dump-bundle/main.go:148
Functionmain
()
go/bundle/cmd/gen-bundle/main.go:44
Functionmain
()
go/signedexchange/cmd/dump-signedexchange/main.go:230
Functionmain
()
go/signedexchange/cmd/gen-signedexchange/main.go:210
Functionmain
()
go/signedexchange/cmd/dump-certurl/main.go:35
Functionmain
()
go/signedexchange/cmd/gen-certurl/main.go:94
MethodmanifestURL
()
js/bundle/src/decoder.ts:98
MethodonCreateBundle
()
js/bundle/src/encoder.ts:133
MethodoverrideBundleId
(bundleId: string)
js/sign/src/core/signed-web-bundle.ts:140
MethodprimaryURL
()
js/bundle/src/decoder.ts:110
MethodprintInfo
()
js/sign/src/core/signed-web-bundle.ts:79
MethodreadWebBundleLength
@deprecated This class will become only internal in a future release, use `SignedWebBundle` instead
js/sign/src/signers/integrity-block-signer.ts:131
MethodsetIndexEntry
(url: string, responseLength: number)
js/bundle/src/encoder.ts:159
MethodsetManifestURL
(url: string)
js/bundle/src/encoder.ts:153
MethodsetPrimaryURL
(url: string)
js/bundle/src/encoder.ts:144
Methodsign
@deprecated This class will become only internal in a future release, use `SignedWebBundle` instead
js/sign/src/signers/integrity-block-signer.ts:73
Methodsign
(data: Uint8Array)
js/sign/src/signers/node-crypto-signing-strategy.ts:13
MethodupdateIndexValues
(responsesHeaderSize: number)
js/bundle/src/encoder.ts:167
Methodurls
()
js/bundle/src/decoder.ts:106
← previous501–591 of 591, ranked by callers