Méthode |
Description |
|
createSignature ( Jose\Object\JWKInterface $signature_key, array $protected_headers, array $headers ) : Jose\Object\Signature |
|
|
createSignatureFromLoadedData ( string $signature, string | null $encoded_protected_headers, array $headers ) : Jose\Object\Signature |
|
|
getAllHeaders ( ) : array |
The protected and unprotected header associated with the signature. |
|
getEncodedProtectedHeaders ( ) : null | string |
The protected header associated with the signature. |
|
getHeader ( string $key ) : mixed | null |
Returns the value of the unprotected header of the specified key. |
|
getHeaders ( ) : array |
The unprotected header associated with the signature. |
|
getProtectedHeader ( string $key ) : mixed | null |
Returns the value of the protected header of the specified key. |
|
getProtectedHeaders ( ) : array |
The protected header associated with the signature. |
|
getSignature ( ) : string |
Returns the value of the signature. |
|
getSignatureKey ( ) : Jose\Object\JWKInterface |
|
|
hasHeader ( string $key ) : boolean |
|
|
hasProtectedHeader ( string $key ) : boolean |
|
|