struct Protocol::Network::SignedExchangeSignature

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

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cert_sha256 : String | Nil #

The hex string of signed exchange signature cert sha256.


[View source]
def cert_url : String | Nil #

Signed exchange signature cert Url.


[View source]
def certificates : Array(String) | Nil #

The encoded certificates.


[View source]
def date : Int::Primitive #

Signed exchange signature date.


[View source]
def expires : Int::Primitive #

Signed exchange signature expires.


[View source]
def integrity : String #

Signed exchange signature integrity.


[View source]
def label : String #

Signed exchange signature label.


[View source]
def signature : String #

The hex string of signed exchange signature.


[View source]
def validity_url : String #

Signed exchange signature validity Url.


[View source]