Class CardWebProvisionResponse.WebPushProvisioningResponseJws
-
- All Implemented Interfaces:
public final class CardWebProvisionResponse.WebPushProvisioningResponseJwsJWS object required for handoff to Apple's script.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardWebProvisionResponse.WebPushProvisioningResponseJws.BuilderA builder for WebPushProvisioningResponseJws.
public final classCardWebProvisionResponse.WebPushProvisioningResponseJws.WebPushProvisioningResponseHeaderJWS unprotected headers containing header parameters that aren't integrity-protected by the JWS signature.
-
Method Summary
Modifier and Type Method Description final Optional<CardWebProvisionResponse.WebPushProvisioningResponseJws.WebPushProvisioningResponseHeader>header()JWS unprotected headers containing header parameters that aren't integrity-protected by the JWS signature. final Optional<String>payload()Base64url encoded JSON object containing the provisioning payload. final Optional<String>protected_()Base64url encoded JWS protected headers containing the header parameters that are integrity-protected by the JWS signature. final Optional<String>signature()Base64url encoded signature of the JWS object. final JsonField<CardWebProvisionResponse.WebPushProvisioningResponseJws.WebPushProvisioningResponseHeader>_header()Returns the raw JSON value of header. final JsonField<String>_payload()Returns the raw JSON value of payload. final JsonField<String>_protected_()Returns the raw JSON value of protected_. final JsonField<String>_signature()Returns the raw JSON value of signature. final Map<String, JsonValue>_additionalProperties()final CardWebProvisionResponse.WebPushProvisioningResponseJws.BuildertoBuilder()final CardWebProvisionResponse.WebPushProvisioningResponseJwsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CardWebProvisionResponse.WebPushProvisioningResponseJws.Builderbuilder()Returns a mutable builder for constructing an instance of WebPushProvisioningResponseJws. -
-
Method Detail
-
header
final Optional<CardWebProvisionResponse.WebPushProvisioningResponseJws.WebPushProvisioningResponseHeader> header()
JWS unprotected headers containing header parameters that aren't integrity-protected by the JWS signature.
-
payload
final Optional<String> payload()
Base64url encoded JSON object containing the provisioning payload.
-
protected_
final Optional<String> protected_()
Base64url encoded JWS protected headers containing the header parameters that are integrity-protected by the JWS signature.
-
_header
final JsonField<CardWebProvisionResponse.WebPushProvisioningResponseJws.WebPushProvisioningResponseHeader> _header()
Returns the raw JSON value of header.
Unlike header, this method doesn't throw if the JSON field has an unexpected type.
-
_payload
final JsonField<String> _payload()
Returns the raw JSON value of payload.
Unlike payload, this method doesn't throw if the JSON field has an unexpected type.
-
_protected_
final JsonField<String> _protected_()
Returns the raw JSON value of protected_.
Unlike protected_, this method doesn't throw if the JSON field has an unexpected type.
-
_signature
final JsonField<String> _signature()
Returns the raw JSON value of signature.
Unlike signature, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CardWebProvisionResponse.WebPushProvisioningResponseJws.Builder toBuilder()
-
validate
final CardWebProvisionResponse.WebPushProvisioningResponseJws validate()
-
builder
final static CardWebProvisionResponse.WebPushProvisioningResponseJws.Builder builder()
Returns a mutable builder for constructing an instance of WebPushProvisioningResponseJws.
-
-
-
-