Jose\Object\RecipientInterface::createRecipientFromLoadedJWE PHP 메소드

createRecipientFromLoadedJWE() 공개 정적인 메소드

public static createRecipientFromLoadedJWE ( array $headers, string | null $encrypted_key ) : Recipient
$headers array
$encrypted_key string | null
리턴 Recipient
    public static function createRecipientFromLoadedJWE(array $headers, $encrypted_key);