- Fully Qualified Class Name:
ParagonIE\Gossamer\Protocol\SignedMessage
Arguments:
Arguments:
string- Packed signed message
Returns a SignedMessage object.
Arguments:
string- Contentsstring- Signaturestring- Providerstring- Public Key
Returns a SignedMessage object.
Arguments:
string- Contentsstring- Providerstring- Secret KeyCryptoProviderBackend- Optional cryptographic backend. Defaults to SodiumBackend.
Returns a SignedMessage object.
Returns a string.
Arguments:
string- Key
Returns a string.
Arguments:
string- Keystring- Value
Returns this SignedMessage object.
Serializes this SignedMessage object as a string. This is the opposite of
SignedMessage::fromString().
Returns a string.
Was this signed by the blessed super-provider?
Arguments:
DbInterfacestring- Super Provider Name
Returns a bool.
Was this signed by the provider responsible?
Arguments:
Returns a bool.
Verify that this was signed by the appropriate provider (or the super provider,
if applicable), and return the Message object contained within.
Arguments:
DbInterfacestring- Super Provider Name
Returns a Message.
Useful for unit testing. Don't use it otherwise.
Returns a Message.