struct Protocol::Network::SignedExchangeSignature
- Protocol::Network::SignedExchangeSignature
- Struct
- Value
- Object
Overview
Information about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
Included Modules
- JSON::Serializable
Defined in:
protocol/network.crConstructors
Instance Method Summary
-
#cert_sha256 : String | Nil
The hex string of signed exchange signature cert sha256.
-
#cert_url : String | Nil
Signed exchange signature cert Url.
-
#certificates : Array(String) | Nil
The encoded certificates.
-
#date : Int::Primitive
Signed exchange signature date.
-
#expires : Int::Primitive
Signed exchange signature expires.
-
#integrity : String
Signed exchange signature integrity.
-
#label : String
Signed exchange signature label.
-
#signature : String
The hex string of signed exchange signature.
-
#validity_url : String
Signed exchange signature validity Url.