struct
JOSE::SignedBinary
- JOSE::SignedBinary
- Struct
- Value
- Object
Overview
Wraps a compact JWS serialization; the three dot-separated parts are:
protected_header.payload.signature.
Defined in:
jose/signed_binary.crConstructors
Instance Method Summary
-
#compact : String
The raw compact JWS serialization (
header.payload.signature). -
#peek_payload : String
Returns the decoded payload string without verifying the signature.
-
#peek_protected : Hash(String, JSON::Any)
Returns the decoded protected header without verifying the signature.
-
#peek_signature : Bytes
Returns the raw signature bytes without verifying.
Constructor Detail
Instance Method Detail
def peek_protected : Hash(String, JSON::Any)
#
Returns the decoded protected header without verifying the signature.