Class SignedExchangeSignature

java.lang.Object
org.openqa.selenium.devtools.v85.network.model.SignedExchangeSignature

@Beta public class SignedExchangeSignature extends Object
Information about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
      Signed exchange signature label.
    • getSignature

      public String getSignature()
      The hex string of signed exchange signature.
    • getIntegrity

      public String getIntegrity()
      Signed exchange signature integrity.
    • getCertUrl

      public Optional<String> getCertUrl()
      Signed exchange signature cert Url.
    • getCertSha256

      public Optional<String> getCertSha256()
      The hex string of signed exchange signature cert sha256.
    • getValidityUrl

      public String getValidityUrl()
      Signed exchange signature validity Url.
    • getDate

      public Integer getDate()
      Signed exchange signature date.
    • getExpires

      public Integer getExpires()
      Signed exchange signature expires.
    • getCertificates

      public Optional<List<String>> getCertificates()
      The encoded certificates.