-
public final class SignedExchangeSignatureInformation about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringlabelprivate final Stringsignatureprivate final Stringintegrityprivate final StringcertUrlprivate final StringcertSha256private final StringvalidityUrlprivate final Integerdateprivate final Integerexpiresprivate final List<String>certificates
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Stringcomponent6()final Integercomponent7()final Integercomponent8()final List<String>component9()final SignedExchangeSignaturecopy(String label, String signature, String integrity, String certUrl, String certSha256, String validityUrl, Integer date, Integer expires, List<String> certificates)final StringgetLabel()Signed exchange signature label. final StringgetSignature()The hex string of signed exchange signature. final StringgetIntegrity()Signed exchange signature integrity. final StringgetCertUrl()Signed exchange signature cert Url. final StringgetCertSha256()The hex string of signed exchange signature cert sha256. final StringgetValidityUrl()Signed exchange signature validity Url. final IntegergetDate()Signed exchange signature date. final IntegergetExpires()Signed exchange signature expires. final List<String>getCertificates()The encoded certificates. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final Integer component7()
-
component8
final Integer component8()
-
component9
final List<String> component9()
-
copy
final SignedExchangeSignature copy(String label, String signature, String integrity, String certUrl, String certSha256, String validityUrl, Integer date, Integer expires, List<String> certificates)
-
getSignature
final String getSignature()
The hex string of signed exchange signature.
-
getIntegrity
final String getIntegrity()
Signed exchange signature integrity.
-
getCertUrl
final String getCertUrl()
Signed exchange signature cert Url.
-
getCertSha256
final String getCertSha256()
The hex string of signed exchange signature cert sha256.
-
getValidityUrl
final String getValidityUrl()
Signed exchange signature validity Url.
-
getExpires
final Integer getExpires()
Signed exchange signature expires.
-
getCertificates
final List<String> getCertificates()
The encoded certificates.
-
-
-
-