Method | Description | |
---|---|---|
enableDecryptionSupport ( jose\DecrypterInterface $decrypter ) | ||
getSupportedCompressionMethods ( ) : string[] | ||
getSupportedContentEncryptionAlgorithms ( ) : string[] | ||
getSupportedKeyEncryptionAlgorithms ( ) : string[] | ||
getSupportedSignatureAlgorithms ( ) : string[] | ||
isDecryptionSupportEnabled ( ) : boolean | ||
load ( string $assertion, Jose\Object\JWKSetInterface $encryption_key_set = null, boolean $is_encryption_required = false ) : Jose\Object\JWSInterface | ||
verify ( Jose\Object\JWSInterface $jws, Jose\Object\JWKSetInterface $signature_key_set, string | null $detached_payload = null ) : integer |
public enableDecryptionSupport ( jose\DecrypterInterface $decrypter ) | ||
$decrypter | jose\DecrypterInterface |
public getSupportedCompressionMethods ( ) : string[] | ||
return | string[] |
public getSupportedContentEncryptionAlgorithms ( ) : string[] | ||
return | string[] |
public getSupportedKeyEncryptionAlgorithms ( ) : string[] | ||
return | string[] |
public getSupportedSignatureAlgorithms ( ) : string[] | ||
return | string[] |
public isDecryptionSupportEnabled ( ) : boolean | ||
return | boolean |